Workflow persistence
Workflow persistence is require to maintain workflow state between runs.
By default, persistence files will be created in the agent working directory, however a path can be defined when declaring persistence on a workflow step.
The main consideration is to ensure that the directory used for persistence exists and is writable by the agent.
Persistence files must be available to the agent after a restart or redeployment in order for the workflows to resume from the last state.