Module run_create_stateful

Module run_create_stateful 

Source

Structs§

RunCreateStateful
RunCreateStateful : Payload for creating a run.

Enums§

Durability
Durability level for the run. Must be one of ‘sync’, ‘async’, or ‘exit’.
IfNotExists
How to handle missing thread. Must be either ‘reject’ (raise error if missing), or ‘create’ (create new thread).
MultitaskStrategy
Multitask strategy to use. Must be one of ‘reject’, ‘interrupt’, ‘rollback’, or ‘enqueue’.
OnDisconnect
The disconnect mode to use. Must be one of ‘cancel’ or ‘continue’.