Readonly
actionAction name
Readonly
argsArray of action arguments.
Optional
Readonly
asyncAsync step type, or undefined for sync actions.
Readonly
dataCustom data for the action context to be set by middlewares, an object. Symbols must be used as keys to avoid name clashing between middlewares.
Optional
Readonly
parentParent action context, if any.
Optional
Readonly
previousPrevious async step context, undefined for sync actions or the first action of a flow.
Readonly
rootRoot action context, or itself if the root.
Optional
Readonly
spawnSpawn async step context, undefined for sync actions.
Readonly
targetAction target object.
Readonly
typeAction type, sync or async.
Low level action context.