kaldesai commented on code in PR #529: URL: https://github.com/apache/incubator-kie-kogito-docs/pull/529#discussion_r1480941275
########## serverlessworkflow/modules/ROOT/pages/cloud/operator/using-persistence.adoc: ########## @@ -0,0 +1,107 @@ += Building a Custom Development Image +:compat-mode!: +// Metadata: +:description: Using persistence in the workflow instance to store its context +:keywords: sonataflow, workflow, serverless, operator, kubernetes, persistence + + +This document describes how to configure a SonataFlow instance to use persistence to store the flow's context in a relational database. + +== Configuring the SonataFlow CR to use persistence + +Kubernetes's pods are stateless by definition. In some scenarios this can be a challenge for workloads that require to maintain the status of Review Comment: ```suggestion Kubernetes's pods are stateless by definition. In some scenarios, this can be a challenge for workloads that require maintaining the status of ``` -- 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]
