WorkflowInfoProviderGetWorkflowInfo Method (Int32) |
Returns the WorkflowInfo structure for the specified workflow ID.
Namespace: CMS.WorkflowEngineAssembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 11.0.0
Syntax public static WorkflowInfo GetWorkflowInfo(
int workflowId
)
Parameters
- workflowId
- Type: SystemInt32
ID of the workflow to retrieve
Return Value
Type:
WorkflowInfoSee Also