CLI: workflows
Complete help for farthershore workflows and every subcommand.
farthershore workflows
Usage: farthershore workflows [options] [command]
Inspect durable lifecycle workflow executions (list / show)
Options:
-h, --help display help for command
Commands:
ls [options] List workflow executions as a table
show <workflowExecutionId> Show a single workflow execution: header, steps,
events, convergence panel
help [command] display help for command
farthershore workflows ls
Usage: farthershore workflows ls [options]
List workflow executions as a table
Options:
--status <status> Filter by status (one of: RUNNING, COMPLETED, FAILED,
ROLLED_BACK, STALLED, REQUIRES_HUMAN_INTERVENTION,
WAITING_FOR_APPROVAL, CANCELLED)
--type <type> Filter by workflow type (e.g. BusinessApplyWorkflow,
RollbackWorkflow, StripeSyncWorkflow,
WebhookDispatchWorkflow)
--business <businessId> Filter by businessId
--limit <N> Maximum number of rows to return (default 50)
-h, --help display help for command
farthershore workflows show
Usage: farthershore workflows show [options] <workflowExecutionId>
Show a single workflow execution: header, steps, events, convergence panel
Options:
-h, --help display help for command