UNPKG

@wmfs/tymly-pg-plugin

Version:

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

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