WorkflowHelpers.GetProcessParametersAndMetadata Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetProcessParametersAndMetadata(IProcessTemplate, ProcessParameterMetadataCollection%) | Gets the process parameters and metadata from the specified process. | |
GetProcessParametersAndMetadata(IProcessTemplate, ProcessParameterMetadataCollection%, List<ProcessParameterError>%) | Returns the root Activity from the process template. If the root is a DynamicActivity then the Properties collection is included. | |
GetProcessParametersAndMetadata(IProcessTemplate, ProcessParameterMetadataCollection%, List<ProcessParameterError>%, List<ProcessParameterError>%) | Returns the root Activity from the process template. If the root is a DynamicActivity then the Properties collection is included. Also returns all the parsing errors. |
Top