This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-docs.git
The following commit(s) were added to refs/heads/gh-pages by this push:
new 2baf6838a deploy: 3c656b72cec871935875558ebe3a4afe4385ea1f
2baf6838a is described below
commit 2baf6838a600f22816581df46800bd97a54d36bb
Author: ricardozanini <[email protected]>
AuthorDate: Mon Mar 11 14:19:31 2024 +0000
deploy: 3c656b72cec871935875558ebe3a4afe4385ea1f
---
serverlessworkflow/main/core/timeouts-support.html | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/serverlessworkflow/main/core/timeouts-support.html
b/serverlessworkflow/main/core/timeouts-support.html
index 927ed5a92..e98bf987a 100644
--- a/serverlessworkflow/main/core/timeouts-support.html
+++ b/serverlessworkflow/main/core/timeouts-support.html
@@ -659,6 +659,20 @@ For example, you can configure how long a workflow can
wait for an event to arri
<p>Regardless of its application scope (workflow or state), the timeouts must
be configured as an amount of time (a duration), which is considered to start
when the referred scope becomes active. Timeouts use the <a
href="https://en.wikipedia.org/wiki/ISO_8601"><code>ISO 8601</code> data and
time standard</a> to specify a duration of time and follow the format
<code>PnDTnHnMn.nS</code> with days considered to be exactly 24 hours.
For instance, <code>PT15M</code> configures 15 minutes, and
<code>P2DT3H4M</code> defines 2 days, 3 hours and 4 minutes.</p>
</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>Month based timeouts like P2M (period of two months) are not valid since
the month duration might vary. In that case you can use PT60D instead.</p>
+</div>
+</td>
+</tr>
+</table>
+</div>
</div>
</div>
<div class="sect1">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]