Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 4 Next »

Persist Workflow State

The Persist Workflow State activity can be added as many times as needed to save the workflow current progress. It is mainly used before an activity that reads from a file (e.g. ReadExcelFile). This activity is saving the progress of the workflow and should be used before an error could occur.

The saved state appears in Execution Logs, History and Inbox, from where the user can resume the workflow.


Persist Workflow State Until


This activity persists current workflow until given Date/Time.


Activity Parameters 

The Persist Workflow State Until activity parameters can be provided by manual inserted values or via IN arguments or variables:


Parameters:

  • Persist Until (DateTimeObject) (text editor type) (type: DateTime): Persist the workflow until the given Date/Time. This parameter takes precedence over the "Persist until (String)" parameter.

  • Persist Until(String) (text box editor type) (type: string): persist the Workflow until the given Date/Time, the following format should be used: "dd/MM/yyyy HH:mm:ss"





  • No labels