The arguments passed to ProcessStart.
The names of actions that have run to completion in the current process.
Any values passed to update or provided as the 2nd argument to the transitions ProcessContext.
The values returned by each execute method, where each action name is a key.
The names of actions that have been started in the current process.
Invoked to stop the running process, immediately rejecting the promise. No further actions will be run.
Optional data to merge into the Error the promise will be rejected with.
Invoked to stop the running process, immediately resolving the promise. No further actions will be run.
Invoked to update the set of conditions used within the running process.
NOTE: This method updates the conditions used by the ProcessLogic returned by dependencies.
The conditions to merge into the process' internal set of conditions.
Contains information about the running process. In addition to the members listed here, the object returned by ProcessLogic's contextFromArgs will be mixed in.