Bug 1258869
Summary: | Timers properties Time Cycle, Time Date and Time Duration have no validation | ||
---|---|---|---|
Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Kirill Gaevskii <kgaevski> |
Component: | jBPM Designer | Assignee: | Tihomir Surdilovic <tsurdilo> |
Status: | CLOSED EOL | QA Contact: | Jozef Marko <jomarko> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.1.0 | ||
Target Milestone: | ER4 | ||
Target Release: | 6.2.0 | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-03-27 20:01:23 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Kirill Gaevskii
2015-09-01 12:34:23 UTC
Designer has its own validation and also calls upon the jBPM RuleFlowProcessValidator to gets any errors it can find and displays everything to the users. In this case it looks as RuleFlowProcessValidator does the checks for time duration but the runtime exception is indeed weird. Assigning this issue to Maciej as he is more familiar with this than myself. fixed on master and 6.3.x by improving timer validation jbpm master: https://github.com/droolsjbpm/jbpm/commit/bd03dd45d26f7aaed5b221d3e3a1ade41aad6106 6.3.x: https://github.com/droolsjbpm/jbpm/commit/85ba031170502903cb1224298b629af8bdcf0604 In validating issues is displayed error, when some combination of cycle, date and combination is set simultaneously. If is set only one of (cycle, date, duration) and value can't be parsed, error is also displayed in validating issues. If there is no validating issue, process is deployed successfully. Verified on 6.2.0.ER4 |