Ant Organisation Ltd documentation

WorkflowDefinition.GetWorkflowObjectFromName Method 

Gets the unique workflow object (segment, thread or activity) for the name

public object GetWorkflowObjectFromName(
   string name
);

Parameters

name
Name of the workflow activity to retrieve

Return Value

Either segment, thread or activity definition

See Also

WorkflowDefinition Class | Ant.Workflow Namespace