Skip to content

Commit

Permalink
Update serverlessworkflow/modules/ROOT/pages/cloud/operator/customize…
Browse files Browse the repository at this point in the history
…-podspec.adoc

Co-authored-by: Jakub Schwan <[email protected]>
  • Loading branch information
ricardozanini and jakubschwan authored Apr 19, 2024
1 parent 810d063 commit c8aa82c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ It's not possible to deploy a `SonataFlow` instance as a Knative Service in dev

Note that not every use case leverage a Knative deployment. Long-running workflow instances, for example, that calls services that might take too long to respond, might not be an ideal deployment model. Opt to use Knative deployments for workflows that won't take too long to run.

The exception are workflows that have callback states. In this case, you must configure xref:cloud/operator/using-persistence.adoc[persistence]. This is required becase once the workflow waits for the event to resume the execution, Knative will kill the pod. Since the workflow has persistence, it will resume the execution once it receives the callback event.
The exception are workflows that have callback states. In this case, you must configure xref:cloud/operator/using-persistence.adoc[persistence]. This is required because once the workflow waits for the event to resume the execution, Knative will kill the pod. Since the workflow has persistence, it will resume the execution once it receives the callback event.

== Customization Exceptions

Expand Down

0 comments on commit c8aa82c

Please sign in to comment.