Skip to main contentModule action
Source - ActionError
- Error returned by transition actions.
- TransitionAction
- The action executed when a transition fires.
- async_action
- Creates an action from an async closure.
- fork
- Fork action: copies single input token to all outputs.
- passthrough
- Identity action: produces no outputs. Executes synchronously.
- produce
- Produce action: produces a single token with the given value to the specified place.
- sync_action
- Creates an action from a synchronous closure.
- transform
- Transform action: applies function to context, copies result to ALL output places.
- BoxedAction
- Type alias for boxed transition actions.