UNPKG

@wmfs/statebox

Version:

Orchestrate Node functions using Amazon States Language

11 lines 196 B
{ "Comment": "Example of the Pass State", "StartAt": "FailState", "States": { "FailState": { "Type": "Fail", "Cause": "Invalid response.", "Error": "ErrorA" } } }