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 | Results as JSON Array (represented by MF_WorkflowBasic struct). | Workflow[] |
Example
{
"workflows": [] /* Array of Workflow */
}