Get a Workflow
$ catalytic workflow get <Id> [--format=<FormatExpression>] [--credentials=<CredentialsName>]
This command fetches a specific Workflow by Id.
Option | Description |
---|---|
<Id> | The Catalytic system ID of the Workflow |
--format=<FormatExpression> | A FormatExpression to define the output style and properties. See Formatting Output and Workflow Properties for more information. |
--credentials=<CredentialsName> | A string corresponding to saved Credentials. See Using Credentials for more information about Authentication. |
Example
Fetch Workflow with id 10000000-0000-0000-0000-000000000000
and output in ASCII table format.
$ catalytic workflow get 10000000-0000-0000-0000-000000000000 --format table
Updated over 4 years ago