-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(engine): adjust TTL warnings (#4039)
* remove the 180 days default value information * if the global engine configuration is set and the a Model with HTTL > as a global engine flag is deployed, add a warning that the global flag is overwritten for this process #4031
- Loading branch information
1 parent
5be182b
commit 036acf9
Showing
5 changed files
with
181 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
engine/src/test/resources/org/camunda/bpm/engine/test/api/repository/case_with_365_httl.cmmn
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> | ||
<definitions id="_7f0c94c0-2a22-445d-b4b7-4fd181e08248" | ||
xmlns="http://www.omg.org/spec/CMMN/20151109/MODEL" | ||
xmlns:camunda="http://camunda.org/schema/1.0/cmmn" | ||
targetNamespace="Examples"> | ||
<case id="testCase" name="One Task Case" camunda:historyTimeToLive="365"> | ||
|
||
<casePlanModel id="CasePlanModel_1"> | ||
<planItem id="PI_HumanTask_1" definitionRef="HumanTask_1" /> | ||
<humanTask id="HumanTask_1" name="A HumanTask" /> | ||
</casePlanModel> | ||
</case> | ||
|
||
</definitions> |
Oops, something went wrong.