UNPKG

@wmfs/statebox

Version:

Orchestrate Node functions using Amazon States Language

19 lines (18 loc) 335 B
{ "Comment": "Example of the Pass State", "StartAt": "TaskState", "States": { "TaskState": { "Type": "Task", "Resource": "module:passThrough", "Parameters": { "x-datum": 0, "y-datum": 600, "input": { "where.$": "$.georefOf" } }, "End": true } } }