Payload to time-limited store
With this component you can temporarily store the current payload into a time-limited storage, that you have previously defined. A prerequisite is, that you first have created a
time-limited persistent storage.
Example of this can be used
One way to use the time-limited store is to save the initial payload when the workflow starts with the component, Payload to time-limited store and then delete this again as the last thing in the workflow with the component, Delete from time-limited store. In this way the payload will be kept for a few days if the workflow should happen to fail.
The component has these parameters:
- Time-limited store
This is the time-limited store, that you have previously created in the tenant settings. You can select it via a drop down list or via an Xpath expression. - Unique key
This should be a unique key to identify the current payload. This can be used later if the stored document is later to be read from the store. This could e.g. be a unique document number. If a document with the same unique key is already stored in the store, then the previous document will be overwritten.
Related Articles
Time-limited store to payload
The Advanced, other workflow component, Time-limited store to payload is related to the tenant setting, Time-limited persistent storage. With this component you can load a stored document from a time-limited store into the current payload. Related ...
Loop time-limited store
The advanced, other workflow component, Loop time-limited store is linked with the Time-limited persistent storage in workflows. Such a time-limited storage can be used for storing temporary data, which can be used to rerun input files after an issue ...
Delete from time-limited store
The Advanced, other workflow component, Delete from time-limited store is related to the tenant setting, Time-limited persistent storage. With this component you can delete a document from the time-limited store, that you have previously saved into ...
Time-limited persistent storage in workflows
Introduction Some customers are using the file system or the library to store input XML documents, in case they need to be re-processed later due to an error. Other customers use the file system or the library to temporarily store inputs that need to ...
Advanced Other workflow components
The list of advanced other workflow components are: Await approval. Wait for an approver to accept or reject the changes. Change attributes of spooled file. Use this component to change attributes of spooled files on the IBM i platform. Complete ...