Skip to main content

tctl workflow describeid

The tctl workflow describeid command shows information about a Workflow Execution for the specified Workflow Id and optional Run Id.

tctl workflow describeid <workflow_id> <run_id> <modifiers>

This command is a shortcut for tctl workflow describe --workflow_id <workflowid> --run_id <runid>.

The following modifiers control the behavior of the command.

--print_raw

Print properties exactly as they are stored.

Alias: --praw

Example

tctl workflow describeid <workflow_id> --run_id <id>

--reset_points_only

Show only events that are eligible for reset.

Example

tctl workflow describeid <workflow_id> --reset_points_only