Skip to end of banner
Go to start of banner

getAllWorkflowTransitions

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Description

Retrieves a list of workflow transition actions.

Parameters

Return Type

JWorkflowAction []

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

  • No labels