Skip to end of banner
Go to start of banner

getAllWorkflows

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 3 Next »

Availability

This routine is available starting with SIL Engine 4.8.0.4.

Syntax

getAllWorkflows()

Description

Retrieves a list of all workflows in the Jira environment.

Return type

JWorkflow[]

Returns a list of all workflow representations.

Example

JWorkflow[] workflows = getAllWorkflows();
return workflows;

The filter can be partially updated by specifying only the attribute needed to be updated in the JFilter structure.

  • No labels