Skip to content

Omnistrate ctl workflow list

omnistrate-ctl workflow list

List workflows for a service environment

Synopsis

List workflows for a specific service and environment. By default, shows the 10 most recent workflows.

omnistrate-ctl workflow list [flags]

Options

--end-date string Filter workflows created before this date (RFC3339 format) -e, --environment-id string Environment ID (required) -h, --help help for list -i, --instance-id string Filter by instance ID (optional) --limit int Maximum number of workflows to return (default: 10, use 0 for no limit) (default 10) --next-page-token string Token for next page of results -s, --service-id string Service ID (required) --start-date string Filter workflows created after this date (RFC3339 format)

Options inherited from parent commands

-o, --output string Output format (text|table|json) (default "table") -v, --version Print the version number of omnistrate-ctl

SEE ALSO