Skip to content

Commit

Permalink
deploy: 8b02ff2
Browse files Browse the repository at this point in the history
  • Loading branch information
radtriste committed Sep 6, 2023
1 parent 6e82739 commit 9bc1bc7
Show file tree
Hide file tree
Showing 36 changed files with 4,012 additions and 141 deletions.
2 changes: 1 addition & 1 deletion search-index.js

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions serverlessworkflow/1.40.0-SNAPSHOT/core/timeouts-support.html
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ <h1 class="page">Timeouts in SonataFlow</h1>
</div>
</div>
<div class="sect1">
<h2 id="_workflow_timeout"><a class="anchor" href="#_workflow_timeout"></a>Workflow timeout</h2>
<h2 id="workflow-timeout"><a class="anchor" href="#workflow-timeout"></a>Workflow timeout</h2>
<div class="sectionbody">
<div class="paragraph">
<p>To configure the maximum amount of time a workflow can be running before being canceled, you can use the workflow timeout.
Expand All @@ -535,11 +535,11 @@ <h2 id="_workflow_timeout"><a class="anchor" href="#_workflow_timeout"></a>Workf
<div class="title">Example of workflow timeout</div>
<div class="content">
<pre class="highlightjs highlight"><code class="language-json hljs" data-lang="json">{
"id": "workflow_timeout",
"id": "workflow_timeouts",
"version": "1.0",
"name": "Workflow timeout example",
"description": "An example of how workflow timeout works",
"start": "printWaitMessage",
"name": "Workflow Timeouts",
"description": "Simple workflow to show the workflowExecTimeout working",
"start": "PrintStartMessage",
"timeouts": {
"workflowExecTimeout": "PT1H"
} ...
Expand Down Expand Up @@ -737,13 +737,13 @@ <h3 id="event-state-timeout"><a class="anchor" href="#event-state-timeout"></a>E
<h2 id="_deploying_a_timed_based_workflow"><a class="anchor" href="#_deploying_a_timed_based_workflow"></a>Deploying a timed-based workflow</h2>
<div class="sectionbody">
<div class="paragraph">
<p>To deploy a workflow that uses timeouts, or any other timer-based action, it is necessary to have a job service running in your environment, which is an independent service responsible to control the workflows timers, see the <a href="../job-services/core-concepts.html#job-service" class="xref page">job service</a> for more information.
<p>To deploy a workflow that uses timeouts, or any other timer-based action, it is necessary to have a <a href="../job-services/core-concepts.html" class="xref page">job service</a> running in your environment, which is an independent service responsible to control the workflows timers, see the <a href="../job-services/core-concepts.html#integration-with-the-workflows" class="xref page">job service</a> for more information.
The provisioning of this service depends on the work mode that you are using.</p>
</div>
<div class="sect2">
<h3 id="_sonataflow_operator_dev_profile"><a class="anchor" href="#_sonataflow_operator_dev_profile"></a>SonataFlow Operator Dev Profile</h3>
<div class="paragraph">
<p>When you work with the SonataFlow Operator Dev Profile, the operator will automatically provide an execution environment that contains an embedded job service instance, as well as an instance of the data index service.
<p>When you work with the SonataFlow Operator Dev Profile, the operator will automatically provide an execution environment that contains an embedded <a href="../job-services/core-concepts.html" class="xref page">job service</a> instance, as well as an instance of the <a href="../data-index/data-index-core-concepts.html" class="xref page">data index service</a>.
And thus, there is no need for additional configurations.</p>
</div>
<div class="paragraph">
Expand All @@ -766,7 +766,7 @@ <h3 id="_quarkus_workflow_project"><a class="anchor" href="#_quarkus_workflow_pr
</ol>
</div>
<div class="paragraph">
<p>In the <a href="../job-services/core-concepts.html#job-service" class="xref page">job service</a> guide you can see all the available add-dons and configuration alternatives for this case.</p>
<p>In the <a href="../job-services/core-concepts.html" class="xref page">job service</a> guide you can see all the available add-ons and configuration alternatives for this case.</p>
</div>
</div>
</div>
Expand Down
Loading

0 comments on commit 9bc1bc7

Please sign in to comment.