UNPKG

@wmfs/tymly

Version:

A framework for building and sharing workflows in Node.js

19 lines (17 loc) 332 B
{ "name": "FindByCompositeKey", "version": "1.0", "StartAt": "FindingById", "States": { "FindingById": { "Type": "Task", "InputPath": "$.key", "Resource": "module:findingById", "ResourceConfig": { "modelId": "lovely" }, "ResultPath": "$.found", "End": true } } }