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 ...
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 ...
Date & Time Operations
Handling dates and times in XPath is essential for printing timestamps, performing date arithmetic, formatting output, and conditioning elements based on time-based rules. This section covers these functions in depth. Printing the current date/time ...
From variable to payload
With the advanced, utilities workflow component, From variable to payload you can overwrite the current payload of the workflow with the contents of a workflow variable. The parameters are: Variable name The name of the variable to copy the data ...