Skip to documentation content
On this page
  1. Reference contract
  2. Authoritative source

--timeout

Workflow timeout in seconds

Reference contract

FieldValueDescription
Flags--timeout
Destinationtimeout
Value typefloat
Actionstore
Requiredfalse
Default3600.0
RequirementOptional.
Validation 1argparse requires a Python floating-point value.
Validation 2Batch rejects NaN and positive or negative infinity as validation failures.
Validation 3The workflow process normalizes the effective timeout to the inclusive range 1 through 86400 seconds.

Syntax: --timeout

Optional. The parser stores this option as timeout with value type float and default 3600.0.

Validation

  • argparse requires a Python floating-point value.
  • Batch rejects NaN and positive or negative infinity as validation failures.
  • The workflow process normalizes the effective timeout to the inclusive range 1 through 86400 seconds.

Authoritative source

Catalog
telion.batch.command
Identity
batch.cli.argument.timeout
Path
src/telion_backend/v2/batch_contract.py
Symbol
BATCH_COMMAND_SPEC