GetWorkflowsForClient
Gets all the workflows in a format suitable for client.
Syntax
// Assumes shellUI has been initialized with IShellUI instance
const results = await shellUI.Vault.ObjectOperations.GetWorkflowsForClient({});
Message
| Name | Description | Type |
|---|
Return type
| Name | Description | Type |
|---|---|---|
workflows | The available workflows, as an array of WorkflowBasic objects. | Workflow[] |
Example
{
"workflows": [] /* Array of Workflow */
}