Description
Retrieves a list of workflow transition actions.
Parameters
Return Type
Returns a list of workflow transitions representing a single workflow.
Example
string workflowName = "Software Simplified Workflow for Project TEST"; JWorkflowAction[] actions = getAllWorkflowTransitions(workflowName); return actions;
See also