UNPKG

@wmfs/tymly-pg-plugin

Version:

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

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