Data from the parent machine's context to set as the (partial or full) context for the invoked child machine.
Data should be mapped to match the child machine's context shape.
The unique identifier for the invoked machine. If not specified, this
will be the machine's own id
, or the URL (from src
).
The transition to take upon the invoked child machine reaching its final top-level state.
The transition to take upon the invoked child machine sending an error event.
The source of the machine to be invoked, or the machine itself.
Generated using TypeDoc
If
true
, events sent to the parent service will be forwarded to the invoked service.Default:
false