I have a requirement where we need to store a sequence number(an incremental value) and retrieve it in the next run of the webMethods flow service.
We are not supposed to use a database table column for this. So, is there a way I can store this value somewhere in webMethods, then retrieve and update it in the next run…and so on for subsequent runs…