dmscli get workflow
Gets details of a specific workflow in the DSM system.
Synopsis
Get details of a specific workflow in the DSM system.
dmscli get workflow [flags]Example:
dmscli get workflow --id <workflow-id>| Flag | Short | Type | Default | Description |
|---|---|---|---|---|
| --help | -h | bool | Help for workflow. | |
| --id | -i | string | The workflow ID to get details about. |
Response Type
GetWorkflowResponse - Gets the workflow response.
The response to get a workflow by its ID.
| Name | Type | Description |
|---|---|---|
| Workflow | *Workflow | The workflow information. |
Was this page helpful?