Skip to content

Commit

Permalink
Update serverlessworkflow/modules/ROOT/pages/persistence/core-concept…
Browse files Browse the repository at this point in the history
…s.adoc

Co-authored-by: Kalyani Desai <[email protected]>
  • Loading branch information
wmedvede and kaldesai authored May 22, 2024
1 parent fedda9b commit 154ca89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Each mechanism is intended for different a purpose:
image::persistence/Persistence-Types.png[]

== Workflow runtime persistence
The workflow runtime persistence is designed to ensure that your workflow instances remain consistent in the context of an error or a runtime restart. For example, a pod restart, a programmed maintenance shutdown, etc.
The workflow runtime persistence ensures that your workflow instances remain consistent during an error or a runtime restart. For example, a pod restart, a programmed maintenance shutdown, etc.
This is achieved by storing snapshots of the executing workflow instances [xref:use-cases/advanced-developer-use-cases/persistence/persistence-core-concepts.adoc#saving_of_workflow_snapshots[see more details]].
That information is stored in an internal format, and usually, you must only focus on providing the proper configurations to use it.

Expand Down

0 comments on commit 154ca89

Please sign in to comment.