Trigger
Trigger types for workflow authoring.
These types are used by #[trigger] macro-generated code.
The full Trigger trait lives in cloacina (runtime crate).
Result of a trigger poll operation.
Skip- Do not fire the workflow, continue polling on the next interval.Fire- Fire the workflow with an optional context.
Errors that can occur during trigger polling.
PollError- Error during trigger pollingContextError- Context creation error