kaldesai commented on code in PR #628:
URL: 
https://github.com/apache/incubator-kie-kogito-docs/pull/628#discussion_r1609321302


##########
serverlessworkflow/modules/ROOT/pages/persistence/core-concepts.adoc:
##########
@@ -6,11 +6,38 @@
 :keywords: sonataflow, workflow, serverless, timeout, timer, expiration, 
persistence
 // links
 
-Persistence in {product_name} is available on demand as a service.
-Using configuration properties, users are able to configure the persistence 
for their workflows as required.
+SonataFlow provides two persistence mechanisms to store information about the 
workflow instances.
+The <<_workflow_runtime_persistence, Workflow runtime persistence>>, and 
<<_data_index_persistence, Data Index persistence>>.
 
-The persistence is provided by our Data Index service.
-To learn more about the service, examine the links in additional resources.
+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.

Review Comment:
   ```suggestion
   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 an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to