c8volt run process-instance
c8volt run process-instance
Run process instance(s) by process definition
c8volt run process-instance [flags]
Examples
./c8volt run pi -b C88_SimpleUserTask_Process -n 100 --no-worker-limit
Options
-b, --bpmn-process-id strings BPMN process ID(s) to run process instance for (mutually exclusive with --pd-key). 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
--no-wait skip waiting for the creation to be fully processed
--no-worker-limit disable limiting the number of workers to GOMAXPROCS when --workers > 1
--pd-key strings specific process definition key(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
--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
-v, --verbose adds additional verbosity to the output, e.g. for progress indication
SEE ALSO
- c8volt run - Run resources