Skip to content

Commit

Permalink
deploy: a1bff7d
Browse files Browse the repository at this point in the history
  • Loading branch information
radtriste committed Jul 18, 2023
1 parent 254dfc6 commit 749598b
Show file tree
Hide file tree
Showing 78 changed files with 1,846 additions and 499 deletions.
2 changes: 1 addition & 1 deletion search-index.js

Large diffs are not rendered by default.

43 changes: 28 additions & 15 deletions serverlessworkflow/1.40.0-SNAPSHOT/cloud/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -254,16 +254,19 @@ <h3 class="title"><a href="../index.html">Kogito Serverless Workflow Guides</a><
<a class="nav-link" href="operator/install-serverless-operator.html">Installation</a>
</li>
<li class="nav-item" data-depth="3">
<a class="nav-link" href="operator/developing-workflows.html">Developing Workflows</a>
<a class="nav-link" href="operator/developing-workflows.html">Development Mode</a>
</li>
<li class="nav-item" data-depth="3">
<a class="nav-link" href="operator/configuring-workflows.html">Configuring Workflows</a>
<a class="nav-link" href="operator/referencing-resource-files.html">Referencing Workflow Resources</a>
</li>
<li class="nav-item" data-depth="3">
<a class="nav-link" href="operator/workflow-status-conditions.html">Workflows Status</a>
<a class="nav-link" href="operator/configuring-workflows.html">Configuration</a>
</li>
<li class="nav-item" data-depth="3">
<a class="nav-link" href="operator/build-and-deploy-workflows.html">Building and Deploying Workflows</a>
<a class="nav-link" href="operator/build-and-deploy-workflows.html">Building and Deploying Workflow Images</a>
</li>
<li class="nav-item" data-depth="3">
<a class="nav-link" href="operator/workflow-status-conditions.html">Custom Resource Status</a>
</li>
<li class="nav-item" data-depth="3">
<a class="nav-link" href="operator/known-issues.html">Known Issues</a>
Expand Down Expand Up @@ -462,7 +465,7 @@ <h1 class="page">Kogito Serverless Workflow Applications in Cloud</h1>
<p>Kogito Serverless Workflow is evolving as platform to build and deploy workflow applications in Kubernetes clusters.</p>
</div>
<div class="paragraph">
<p>You have two options to deploy your workflow applications: either as a full Quarkus project or using the Kogito Serverless Workflow Operator.</p>
<p>You have two options to deploy your workflow applications: either as a full Quarkus project or using the SonataFlow Operator.</p>
</div>
<div class="paragraph">
<p>The cards below list all features included in the platform to deploy workflow applications either with Quarkus or the Operator.</p>
Expand All @@ -475,7 +478,7 @@ <h1 class="page">Kogito Serverless Workflow Applications in Cloud</h1>
</td>
<td class="content">
<div class="paragraph">
<p>Eventually these two options will converge, the Kogito Serverless Workflow Operator will also be able to handle full Quarkus projects. So if you opt in to use Quarkus now and manually deploy your workflows, bear in mind that it&#8217;s on the project&#8217;s roadmap to integrate the Quarkus experience with the Operator.</p>
<p>Eventually these two options will converge, the SonataFlow Operator will also be able to handle full Quarkus projects. So if you opt in to use Quarkus now and manually deploy your workflows, bear in mind that it&#8217;s on the project&#8217;s roadmap to integrate the Quarkus experience with the Operator.</p>
</div>
</td>
</tr>
Expand Down Expand Up @@ -512,7 +515,17 @@ <h2 id="_kubernetes_with_quarkus"><a class="anchor" href="#_kubernetes_with_quar
<div class="openblock card">
<div class="content">
<div class="paragraph card-title">
<p><a href="quarkus/deploying-on-openshift.html" class="xref page">Deploying your Kogito Serverless Workflow application on OpenShift</a></p>
<p><a href="operator/referencing-resource-files.html" class="xref page">Referencing Additional Files in the Workflow</a></p>
</div>
<div class="paragraph card-description">
<p>Learn how to reference resource files to the workflow application</p>
</div>
</div>
</div>
<div class="openblock card">
<div class="content">
<div class="paragraph card-title">
<p><a href="operator/configuring-workflows.html" class="xref page">Configuring Workflow Services</a></p>
</div>
<div class="paragraph card-description">
<p>Learn how to deploy your workflow application on OpenShift cluster</p>
Expand Down Expand Up @@ -545,22 +558,22 @@ <h2 id="_kubernetes_with_quarkus"><a class="anchor" href="#_kubernetes_with_quar
<h2 id="_kubernetes_with_the_operator"><a class="anchor" href="#_kubernetes_with_the_operator"></a>Kubernetes with the Operator</h2>
<div class="sectionbody">
<div class="paragraph">
<p>For developers that are looking for a native Kubernetes approach where you can model workflows using YAML definitions and directly deploy them, you can use the Kogito Serverless Workflow Operator. The operator registers a new Kubernetes resource in the cluster to manage your workflow development iteration cycle and composition of services and events. The application is managed by the operator.</p>
<p>For developers that are looking for a native Kubernetes approach where you can model workflows using YAML definitions and directly deploy them, you can use the SonataFlow Operator. The operator registers a new Kubernetes resource in the cluster to manage your workflow development iteration cycle and composition of services and events. The application is managed by the operator.</p>
</div>
<div class="openblock card">
<div class="content">
<div class="paragraph card-title">
<p><a href="operator/install-serverless-operator.html" class="xref page">Install the Kogito Serverless Workflow Operator</a></p>
<p><a href="operator/install-serverless-operator.html" class="xref page">Install the SonataFlow Operator</a></p>
</div>
<div class="paragraph card-description">
<p>Learn how to install the Kogito Serverless Workflow Operator in a Kubernetes cluster</p>
<p>Learn how to install the SonataFlow Operator in a Kubernetes cluster</p>
</div>
</div>
</div>
<div class="openblock card">
<div class="content">
<div class="paragraph card-title">
<p><a href="operator/developing-workflows.html" class="xref page">Developing Workflow Services with the Operator</a></p>
<p><a href="operator/developing-workflows.html" class="xref page">Developing Workflow with the Operator</a></p>
</div>
<div class="paragraph card-description">
<p>Learn how to deploy a workflow for development purposes</p>
Expand All @@ -573,7 +586,7 @@ <h2 id="_kubernetes_with_the_operator"><a class="anchor" href="#_kubernetes_with
<p><a href="operator/configuring-workflows.html" class="xref page">Configuring Workflow Services</a></p>
</div>
<div class="paragraph card-description">
<p>Learn how to configure workflows deployed with Kogito Serverless Workflow Operator</p>
<p>Learn how to configure workflows deployed with SonataFlow Operator</p>
</div>
</div>
</div>
Expand All @@ -593,17 +606,17 @@ <h2 id="_kubernetes_with_the_operator"><a class="anchor" href="#_kubernetes_with
<p><a href="operator/build-and-deploy-workflows.html" class="xref page">Building and Deploying Workflows with the Operator</a></p>
</div>
<div class="paragraph card-description">
<p>Learn how to build and deploy workflow services with Kogito Serverless Workflow Operator</p>
<p>Learn how to build and deploy workflow services with SonataFlow Operator</p>
</div>
</div>
</div>
<div class="openblock card">
<div class="content">
<div class="paragraph card-title">
<p><a href="operator/known-issues.html" class="xref page">Kogito Serverless Workflow Operator Known Issues, Limitations and Roadmap</a></p>
<p><a href="operator/known-issues.html" class="xref page">SonataFlow Operator Known Issues, Limitations and Roadmap</a></p>
</div>
<div class="paragraph card-description">
<p>Learn about the known issues and feature roadmap of the Kogito Serverless Workflow Operator</p>
<p>Learn about the known issues and feature roadmap of the SonataFlow Operator</p>
</div>
</div>
</div>
Expand Down
Loading

0 comments on commit 749598b

Please sign in to comment.