c8volt run process-instance
c8volt run process-instance
Run process instance(s) by process definition
c8volt run process-instance [flags]
Options
-b, --bpmn-process-id strings BPMN process ID(s) to run process instance for (mutually exclusive with --pd-id). Runs latest version unless --pd-version is specified
-n, --count int number of instances to start for a single process definition (default 1)
--fail-fast stop scheduling new instances after the first error
-h, --help help for process-instance
--pd-id strings specific process definition ID(s) to run process instance for (mutually exclusive with --bpmn-process-id)
--pd-version int32 specific version of the process definition to use when running by BPMN process ID (supported only with --bpmn-process-id)
--vars string JSON-encoded variables to pass to the started process instance(s)
-w, --workers int maximum concurrent workers when --count > 1 (default: min(count, GOMAXPROCS))
Options inherited from parent commands
-y, --auto-confirm auto-confirm prompts for non-interactive use
--backoff-max-retries int max retry attempts (0 = unlimited)
--backoff-timeout duration overall timeout for the retry loop (default 2m0s)
--config string path to config file
--debug enable debug logging, overwrites and is shorthand for --log-level=debug
-j, --json output as JSON (where applicable)
--keys-only output as keys only (where applicable), can be used for piping to other commands
--log-format string log format (json, plain, text) (default "plain")
--log-level string log level (debug, info, warn, error) (default "info")
--log-with-source include source file and line number in logs
--no-err-codes suppress error codes in error outputs
--no-wait skip waiting for the creation to be fully processed (no status checks)
--profile string config active profile name to use (e.g. dev, prod)
-q, --quiet suppress all output, except errors, overrides --log-level
--tenant string default tenant ID
SEE ALSO
- c8volt run - Run resources