Skip to content

Commit

Permalink
deploy: 459b469
Browse files Browse the repository at this point in the history
  • Loading branch information
radtriste committed Aug 30, 2023
1 parent 355e88b commit 175fd8f
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
2 changes: 1 addition & 1 deletion search-index.js

Large diffs are not rendered by default.

40 changes: 40 additions & 0 deletions serverlessworkflow/main/data-index/data-index-service.html
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,46 @@ <h3 id="_data_index_standalone_service_deployment"><a class="anchor" href="#_dat
</li>
</ol>
</div>
<div class="admonitionblock note">
<table>
<tr>
<td class="icon">
<i class="fa icon-note" title="Note"></i>
</td>
<td class="content">
<div class="paragraph">
<p>You must prepare the SonataFlow workflow to support the full communication with an external Data Index service.
For this purpose, it is important to make sure the following addons are included:</p>
</div>
<div class="listingblock">
<div class="title">SonataFlow workflow addon dependencies to support the connection with external Data Index</div>
<div class="content">
<pre class="highlightjs highlight"><code class="language-xml hljs" data-lang="xml">&lt;dependency&gt;
&lt;groupId&gt;org.kie.kogito&lt;/groupId&gt;
&lt;artifactId&gt;kogito-addons-quarkus-events-process&lt;/artifactId&gt; <i class="conum" data-value="1"></i><b>(1)</b>
&lt;/dependency&gt;
&lt;dependency&gt;
&lt;groupId&gt;org.kie.kogito&lt;/groupId&gt;
&lt;artifactId&gt;kogito-addons-quarkus-process-management&lt;/artifactId&gt; <i class="conum" data-value="2"></i><b>(2)</b>
&lt;/dependency&gt;</code></pre>
</div>
</div>
<div class="colist arabic">
<table>
<tr>
<td><i class="conum" data-value="1"></i><b>1</b></td>
<td>Allows the workflow to send the events that can be consumed by the Data Index service.</td>
</tr>
<tr>
<td><i class="conum" data-value="2"></i><b>2</b></td>
<td>Creates the endpoints that allow management operations on process instances.</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>
<div class="sect3">
<h4 id="_data_index_deployment_resource_example_using_kafka_eventing"><a class="anchor" href="#_data_index_deployment_resource_example_using_kafka_eventing"></a>Data Index deployment resource example using Kafka eventing:</h4>
<div class="paragraph">
Expand Down

0 comments on commit 175fd8f

Please sign in to comment.