UNPKG

@wmfs/tymly-pg-plugin

Version:

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

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