dmscli list workflows
Lists all workflows in the DMS system.
Synopsis
Lists all workflows in the DMS system.
dmscli list workflows [flags]
dmscli list workflows -page-size 10
dmscli list workflows -page-size 10 --next-page-token <token>
Example:
dmscli list workflows
Flag | Short | Type | Default | Description |
---|---|---|---|---|
--help | -h | bool | Help for workflows . | |
--next-page-token | -n | string | Next page token. | |
--page-size | -p | int32 | 100 | Number of workflows to be rendered on a page (default 100, max 250). |
Response Type
ListWorkflowsResponse
- List workflows response.
The response to list the workflows.
Note that the initial DMS service will only return the last 100 workflows.
Name | Type | Description |
---|---|---|
Workflows | []*Workflow | |
NextPageToken | []byte |
Was this page helpful?