The getAllWorkflows operation finds all available workflows.

The getAllWorkflows operation lists all the workflows available in an Orchestrator server as an array of Workflow objects. The getAllWorkflows operation is also useful for programs that must list information about workflows, such as the workflows' names, IDs, and so on. The Workflow objects present all the relevant information about the workflows.

The getAllWorkflows operation is declared as follows.

public Workflow[] getAllWorkflows(String username, String password);

Type

Value

Description

String

username

Orchestrator user name.

String

password

Orchestrator password.

Returns an array of Workflow objects.