UNPKG

@wmfs/tymly-pg-plugin

Version:

Replace Tymly's out-the-box memory storage with PostgreSQL

21 lines (20 loc) 454 B
{ "name": "FindNextSequenceValue", "version": "1.0", "StartAt": "FindNextSequenceValue", "States": { "FindNextSequenceValue": { "Type": "Task", "Resource": "module:getNextValueFromSequence", "ResourceConfig": { "namespace": "tymlyTest", "id": "ticketIdSeq", "prefix": "XYZ" }, "ResultSelector": { "ticketId.$": "$.value" }, "End": true } } }