Skip to content

Commit

Permalink
Deployed bbe8c0d to snapshot with MkDocs 1.5.3 and mike 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rohwerj committed Apr 4, 2024
1 parent c9da18d commit 385dfb8
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 1 deletion.
7 changes: 7 additions & 0 deletions snapshot/introduction/features.html
Original file line number Diff line number Diff line change
Expand Up @@ -982,6 +982,13 @@ <h2 id="externaltaskservice">ExternalTaskService<a class="headerlink" href="#ext
<li>Complete a task by id: <code>#complete()</code></li>
<li>Handle BPMN Errors: <code>#handleBpmnError()</code></li>
<li>Handle failures: <code>#handleFailure()</code></li>
<li>Fetch and lock: <code>#fetchAndLock()</code></li>
<li>Handling locks: <code>#extendLock()</code>,<code>#lock()</code>,<code>#unlock()</code></li>
<li>Setting priority: <code>#setPriority()</code></li>
<li>Getting topic names: <code>#getTopicNames()</code></li>
<li>Getting error details: <code>#getExternalTaskErrorDetails()</code></li>
<li>Querying external tasks: <code>#createExternalTaskQuery()</code></li>
<li>Setting retries: <code>#setRetries()</code>,<code>#setRetriesAsync()</code>,<code>#updateRetries()</code></li>
</ul>
<h2 id="historyservice">HistoryService<a class="headerlink" href="#historyservice" title="Permanent link">#</a></h2>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion snapshot/search/search_index.json

Large diffs are not rendered by default.

Binary file modified snapshot/sitemap.xml.gz
Binary file not shown.
23 changes: 23 additions & 0 deletions snapshot/user-guide/support-matrix.html
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#externaltaskservice-7202" class="md-nav__link">
<span class="md-ellipsis">
ExternalTaskService @ 7.20.2
</span>
</a>

</li>

</ul>
Expand Down Expand Up @@ -1039,6 +1048,20 @@ <h2 id="runtimeservice-7173">RuntimeService @ 7.17.3<a class="headerlink" href="
<li><code># createEventSubscriptionQuery</code></li>
<li><code># createExecutionQuery</code></li>
</ul>
<h2 id="externaltaskservice-7202">ExternalTaskService @ 7.20.2<a class="headerlink" href="#externaltaskservice-7202" title="Permanent link">#</a></h2>
<ul>
<li><code># createExernalTaskQuery</code></li>
<li><code># fetchAndLock</code></li>
<li><code># extendLock</code></li>
<li><code># unlock</code></li>
<li><code># lock</code></li>
<li><code># getTopicNames</code></li>
<li><code># getExternalTaskErrorDetails</code></li>
<li><code># setPriority</code></li>
<li><code># setRetries</code></li>
<li><code># setRetriesAsync</code></li>
<li><code># updateRetries</code></li>
</ul>



Expand Down

0 comments on commit 385dfb8

Please sign in to comment.