Expand description
Activity completion handling and dispatch abstractions. Push dispatch for remote activity workers and result handoff to the engine contract.
Structs§
- Activity
Completion - Correlated activity completion handed to the engine-owned activity contract.
- Activity
Dispatcher - Push dispatcher backed by the connected-worker registry.
- Scheduled
Activity - Scheduled remote activity that must be placed with a connected worker.
Enums§
- Activity
Completion Outcome - Decoded activity outcome reported by a worker.
Traits§
- Activity
Completion Sink - Engine-owned activity completion contract used by the worker endpoint.
Functions§
- handle_
activity_ result - Decode and hand a worker result to the engine-owned activity completion sink.
- lost_
worker_ error - Build the retryable failure reported when a worker loses ownership of an in-flight task.