Skip to content

Commit

Permalink
deploy: a399d53
Browse files Browse the repository at this point in the history
  • Loading branch information
radtriste committed Jul 19, 2023
1 parent 68f594c commit e9d2430
Show file tree
Hide file tree
Showing 80 changed files with 4,031 additions and 358 deletions.
2 changes: 1 addition & 1 deletion search-index.js

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.

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.
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion serverlessworkflow/main/cloud/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ <h3 class="title"><a href="../index.html">Kogito Serverless Workflow Guides</a><
<a class="nav-link" href="../use-cases/orchestration-based-saga-pattern.html">Saga Orchestration</a>
</li>
<li class="nav-item" data-depth="2">
<a class="nav-link" href="../use-cases/timeout-showcase-example.html">Timeout Demonstration</a>
<a class="nav-link" href="../use-cases/timeout-showcase-example.html">Timeouts Showcase</a>
</li>
</ul>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ <h3 class="title"><a href="../../index.html">Kogito Serverless Workflow Guides</
<a class="nav-link" href="../../use-cases/orchestration-based-saga-pattern.html">Saga Orchestration</a>
</li>
<li class="nav-item" data-depth="2">
<a class="nav-link" href="../../use-cases/timeout-showcase-example.html">Timeout Demonstration</a>
<a class="nav-link" href="../../use-cases/timeout-showcase-example.html">Timeouts Showcase</a>
</li>
</ul>
</li>
Expand Down Expand Up @@ -536,7 +536,23 @@ <h2 id="configure-build-system"><a class="anchor" href="#configure-build-system"
<p>The operator can build workflows on Kubernetes or OpenShift. On Kubernetes, it uses <a href="https://github.com/GoogleContainerTools/kaniko">Kaniko</a> and on OpenShift a <a href="https://docs.openshift.com/container-platform/4.13/cicd/builds/understanding-image-builds.html">standard BuildConfig</a>. The operator build system is not tailored for advanced use cases and you can do only a few customizations.</p>
</div>
<div class="sect2">
<h3 id="_changing_the_base_build_dockerfile"><a class="anchor" href="#_changing_the_base_build_dockerfile"></a>Changing the base build Dockerfile</h3>
<h3 id="_using_another_workflow_base_builder_image"><a class="anchor" href="#_using_another_workflow_base_builder_image"></a>Using another Workflow base builder image</h3>
<div class="paragraph">
<p>If your scenario has strict policies for image usage, such as security or hardening constraints, you can replace the default image used by the operator to build the final workflow container image. Alternatively, you might want to test a nightly build with a bug fix or a custom image containing your customizations.</p>
</div>
<div class="paragraph">
<p>By default, the operator will use the image distributed upstream to run the workflows in the development profile. You can change this image by editing the <code>SonataFlowPlatform</code> custom resource in the namespace where you deployed your workflows:</p>
</div>
<div class="listingblock">
<div class="title">Patching the current SonataFlowPlatform with the new builder image</div>
<div class="content">
<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash"># use `kubectl get sonataflowplatform` to get the SonataFlowPlatform name
kubectl patch sonataflowplatform &lt;name&gt; --patch 'spec:\n plaform:\n baseImage: &lt;your new image full name with tag&gt;' -n &lt;your_namespace&gt;</code></pre>
</div>
</div>
</div>
<div class="sect2">
<h3 id="_customize_the_base_build_dockerfile"><a class="anchor" href="#_customize_the_base_build_dockerfile"></a>Customize the base build Dockerfile</h3>
<div class="paragraph">
<p>The operator uses the sonataflow-operator-builder-config <code>ConfigMap</code> in the operator&#8217;s installation namespace (sonataflow-operator-system) to configure and run the workflow build process.
You can change the <code>Dockerfile</code> entry in this <code>ConfigMap</code> to tailor the Dockerfile to your needs. Just be aware that this can break the build process.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ <h3 class="title"><a href="../../index.html">Kogito Serverless Workflow Guides</
<a class="nav-link" href="../../use-cases/orchestration-based-saga-pattern.html">Saga Orchestration</a>
</li>
<li class="nav-item" data-depth="2">
<a class="nav-link" href="../../use-cases/timeout-showcase-example.html">Timeout Demonstration</a>
<a class="nav-link" href="../../use-cases/timeout-showcase-example.html">Timeouts Showcase</a>
</li>
</ul>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ <h3 class="title"><a href="../../index.html">Kogito Serverless Workflow Guides</
<a class="nav-link" href="../../use-cases/orchestration-based-saga-pattern.html">Saga Orchestration</a>
</li>
<li class="nav-item" data-depth="2">
<a class="nav-link" href="../../use-cases/timeout-showcase-example.html">Timeout Demonstration</a>
<a class="nav-link" href="../../use-cases/timeout-showcase-example.html">Timeouts Showcase</a>
</li>
</ul>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ <h3 class="title"><a href="../../index.html">Kogito Serverless Workflow Guides</
<a class="nav-link" href="../../use-cases/orchestration-based-saga-pattern.html">Saga Orchestration</a>
</li>
<li class="nav-item" data-depth="2">
<a class="nav-link" href="../../use-cases/timeout-showcase-example.html">Timeout Demonstration</a>
<a class="nav-link" href="../../use-cases/timeout-showcase-example.html">Timeouts Showcase</a>
</li>
</ul>
</li>
Expand Down
2 changes: 1 addition & 1 deletion serverlessworkflow/main/cloud/operator/known-issues.html
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ <h3 class="title"><a href="../../index.html">Kogito Serverless Workflow Guides</
<a class="nav-link" href="../../use-cases/orchestration-based-saga-pattern.html">Saga Orchestration</a>
</li>
<li class="nav-item" data-depth="2">
<a class="nav-link" href="../../use-cases/timeout-showcase-example.html">Timeout Demonstration</a>
<a class="nav-link" href="../../use-cases/timeout-showcase-example.html">Timeouts Showcase</a>
</li>
</ul>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ <h3 class="title"><a href="../../index.html">Kogito Serverless Workflow Guides</
<a class="nav-link" href="../../use-cases/orchestration-based-saga-pattern.html">Saga Orchestration</a>
</li>
<li class="nav-item" data-depth="2">
<a class="nav-link" href="../../use-cases/timeout-showcase-example.html">Timeout Demonstration</a>
<a class="nav-link" href="../../use-cases/timeout-showcase-example.html">Timeouts Showcase</a>
</li>
</ul>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ <h3 class="title"><a href="../../index.html">Kogito Serverless Workflow Guides</
<a class="nav-link" href="../../use-cases/orchestration-based-saga-pattern.html">Saga Orchestration</a>
</li>
<li class="nav-item" data-depth="2">
<a class="nav-link" href="../../use-cases/timeout-showcase-example.html">Timeout Demonstration</a>
<a class="nav-link" href="../../use-cases/timeout-showcase-example.html">Timeouts Showcase</a>
</li>
</ul>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ <h3 class="title"><a href="../../index.html">Kogito Serverless Workflow Guides</
<a class="nav-link" href="../../use-cases/orchestration-based-saga-pattern.html">Saga Orchestration</a>
</li>
<li class="nav-item" data-depth="2">
<a class="nav-link" href="../../use-cases/timeout-showcase-example.html">Timeout Demonstration</a>
<a class="nav-link" href="../../use-cases/timeout-showcase-example.html">Timeouts Showcase</a>
</li>
</ul>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ <h3 class="title"><a href="../../index.html">Kogito Serverless Workflow Guides</
<a class="nav-link" href="../../use-cases/orchestration-based-saga-pattern.html">Saga Orchestration</a>
</li>
<li class="nav-item" data-depth="2">
<a class="nav-link" href="../../use-cases/timeout-showcase-example.html">Timeout Demonstration</a>
<a class="nav-link" href="../../use-cases/timeout-showcase-example.html">Timeouts Showcase</a>
</li>
</ul>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ <h3 class="title"><a href="../../index.html">Kogito Serverless Workflow Guides</
<a class="nav-link" href="../../use-cases/orchestration-based-saga-pattern.html">Saga Orchestration</a>
</li>
<li class="nav-item" data-depth="2">
<a class="nav-link" href="../../use-cases/timeout-showcase-example.html">Timeout Demonstration</a>
<a class="nav-link" href="../../use-cases/timeout-showcase-example.html">Timeouts Showcase</a>
</li>
</ul>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ <h3 class="title"><a href="../../index.html">Kogito Serverless Workflow Guides</
<a class="nav-link" href="../../use-cases/orchestration-based-saga-pattern.html">Saga Orchestration</a>
</li>
<li class="nav-item" data-depth="2">
<a class="nav-link" href="../../use-cases/timeout-showcase-example.html">Timeout Demonstration</a>
<a class="nav-link" href="../../use-cases/timeout-showcase-example.html">Timeouts Showcase</a>
</li>
</ul>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ <h3 class="title"><a href="../../index.html">Kogito Serverless Workflow Guides</
<a class="nav-link" href="../../use-cases/orchestration-based-saga-pattern.html">Saga Orchestration</a>
</li>
<li class="nav-item" data-depth="2">
<a class="nav-link" href="../../use-cases/timeout-showcase-example.html">Timeout Demonstration</a>
<a class="nav-link" href="../../use-cases/timeout-showcase-example.html">Timeouts Showcase</a>
</li>
</ul>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ <h3 class="title"><a href="../../index.html">Kogito Serverless Workflow Guides</
<a class="nav-link" href="../../use-cases/orchestration-based-saga-pattern.html">Saga Orchestration</a>
</li>
<li class="nav-item" data-depth="2">
<a class="nav-link" href="../../use-cases/timeout-showcase-example.html">Timeout Demonstration</a>
<a class="nav-link" href="../../use-cases/timeout-showcase-example.html">Timeouts Showcase</a>
</li>
</ul>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ <h3 class="title"><a href="../../index.html">Kogito Serverless Workflow Guides</
<a class="nav-link" href="../../use-cases/orchestration-based-saga-pattern.html">Saga Orchestration</a>
</li>
<li class="nav-item" data-depth="2">
<a class="nav-link" href="../../use-cases/timeout-showcase-example.html">Timeout Demonstration</a>
<a class="nav-link" href="../../use-cases/timeout-showcase-example.html">Timeouts Showcase</a>
</li>
</ul>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ <h3 class="title"><a href="../index.html">Kogito Serverless Workflow Guides</a><
<a class="nav-link" href="../use-cases/orchestration-based-saga-pattern.html">Saga Orchestration</a>
</li>
<li class="nav-item" data-depth="2">
<a class="nav-link" href="../use-cases/timeout-showcase-example.html">Timeout Demonstration</a>
<a class="nav-link" href="../use-cases/timeout-showcase-example.html">Timeouts Showcase</a>
</li>
</ul>
</li>
Expand Down
2 changes: 1 addition & 1 deletion serverlessworkflow/main/core/configuration-properties.html
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ <h3 class="title"><a href="../index.html">Kogito Serverless Workflow Guides</a><
<a class="nav-link" href="../use-cases/orchestration-based-saga-pattern.html">Saga Orchestration</a>
</li>
<li class="nav-item" data-depth="2">
<a class="nav-link" href="../use-cases/timeout-showcase-example.html">Timeout Demonstration</a>
<a class="nav-link" href="../use-cases/timeout-showcase-example.html">Timeouts Showcase</a>
</li>
</ul>
</li>
Expand Down
2 changes: 1 addition & 1 deletion serverlessworkflow/main/core/custom-functions-support.html
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ <h3 class="title"><a href="../index.html">Kogito Serverless Workflow Guides</a><
<a class="nav-link" href="../use-cases/orchestration-based-saga-pattern.html">Saga Orchestration</a>
</li>
<li class="nav-item" data-depth="2">
<a class="nav-link" href="../use-cases/timeout-showcase-example.html">Timeout Demonstration</a>
<a class="nav-link" href="../use-cases/timeout-showcase-example.html">Timeouts Showcase</a>
</li>
</ul>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ <h3 class="title"><a href="../index.html">Kogito Serverless Workflow Guides</a><
<a class="nav-link" href="../use-cases/orchestration-based-saga-pattern.html">Saga Orchestration</a>
</li>
<li class="nav-item" data-depth="2">
<a class="nav-link" href="../use-cases/timeout-showcase-example.html">Timeout Demonstration</a>
<a class="nav-link" href="../use-cases/timeout-showcase-example.html">Timeouts Showcase</a>
</li>
</ul>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ <h3 class="title"><a href="../index.html">Kogito Serverless Workflow Guides</a><
<a class="nav-link" href="../use-cases/orchestration-based-saga-pattern.html">Saga Orchestration</a>
</li>
<li class="nav-item" data-depth="2">
<a class="nav-link" href="../use-cases/timeout-showcase-example.html">Timeout Demonstration</a>
<a class="nav-link" href="../use-cases/timeout-showcase-example.html">Timeouts Showcase</a>
</li>
</ul>
</li>
Expand Down
Loading

0 comments on commit e9d2430

Please sign in to comment.