tailorctl workspace workflow start

Start a workflow execution using an existing workflow ID.

This command starts execution of a previously created workflow and returns immediately with an execution ID that can be used to check status.

Usage

tailorctl workspace workflow start [flags]

Flags

  -a, --app string           App namespace for auth invoker
  -g, --arg string           JSON string with workflow arguments
  -h, --help                 help for start
  -m, --machineuser string   Machine user for auth invoker
      --quiet                Suppress non-essential output
  -i, --workflow-id string   Workflow ID to start

Flags inherited from parent commands

  -w, --workspace_id string   workspace ID (overrides active context)

Examples

tailorctl workspace workflow start --workflow-id wf_12345 --app auth-namespace --machineuser test-user --arg '{"key": "value"}'

See also