tctl workflow describe
The tctl workflow describe
command shows information about a Workflow Execution.
This information can be used to locate a failed Workflow Execution, for example.
To find a Workflow with a given Run Id, refer to tctl workflow describeid
.
tctl workflow describe <modifiers>
Alias: d
The following modifiers control the behavior of the command. Always include required modifiers when executing this command.
--workflow_id
This is a required modifier.
Specify a Workflow Id.
Aliases: --wid
, -w
Example
tctl workflow describe --workflow_id <id>
--run_id
Specify a Run Id. If a Run Id is not provided, the command will show the latest Workflow Execution of that Workflow Id.
Aliases: --rid
, -r
Example
tctl workflow describe --run_id <id>
--print_raw
Print properties exactly as they are stored.
Alias: --praw
Example
tctl workflow describe --run_id <id>
--reset_points_only
Show only events that are eligible for reset. If successful, the command returns the Run Id of all deployments, and the times at which the Events were created.
Example
tctl workflow describe --reset_points_only