Get Workflow Fields
$ catalytic workflow get fields <Id> [--format=<FormatExpression>] [--credentials=<CredentialsName>]
This command returns the Workflow-level Fields on a specific Workflow.
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 Field Properties for more information. |
--credentials=<CredentialsName> | A string corresponding to saved Credentials. See Using Credentials for more information about Authentication. |
Example
Get the Workflow-level Fields on Workflow with Id 10000000-0000-0000-0000-000000000000
$ catalytic workflow get fields 10000000-0000-0000-0000-000000000000
Updated over 4 years ago