Optional
lockingDictates the locking strategy for storage operations to manage concurrent access.
Unique name for the orchestrator, used in constructing event handler topics.
Optional
onOptional function to handle snapshots, providing insights into the orchestration's state at specific points.
Optional function to handle snapshots, providing insights into the orchestration's state at specific points.
Identifies the orchestration process.
Captures the current state of the orchestration.
Identifies the orchestration process.
Captures the current state of the orchestration.
A list of state machine logics with their corresponding versions, dictating the orchestration's behavior.
Manages state persistence of the orchestration, ensuring concurrent access control.
It must adhere to the ILockableStorageManager
interface from unified-serverless-storage
.
Generated using TypeDoc
Describes a basic orchestration router interface, including the unique orchestrator name, the state machine logic, storage management, and optional snapshot handling.