Defined in: types/ExecutionContext.ts:24
The shared state container that travels through the execution engine.
Properties
messages
messages:
ExecutionMessage[]
Defined in: types/ExecutionContext.ts:26
Accumulation of all messages generated during the current script run.
state
state:
Record<string,any>
Defined in: types/ExecutionContext.ts:28
The primary data object being processed and mutated by actions.
