API Reference Workflows v0.2.0
Modules
Workflows implements an Amazon States Language interpreter using event-sourcing, this has the added benefit that workflows can be suspended and later recovered.
Represent an execution error. Errors have a name and a human-readable cause.
Events generated by a workflow execution.
Intrinsic functions used to process payload template data.
A Path is used to query json objects.
A PayloadTemplate is used to create new Json objects by combining other objects.
A Reference Path is a Path with the syntax limited to identify a single node.
Implements a state retrier.
Choice state rule.