ljmotta opened a new pull request, #3624: URL: https://github.com/apache/incubator-kie-tools/pull/3624
Closes: https://github.com/apache/incubator-kie-issues/issues/2340 This PR adds missing default values when creating BPMN elements. List of added values: - `process` - `isExecutable`: true - `drools:adHoc`: false - `signal`-`throwItermediateEvent` - `customScope` with default value - `signal` - `endEvent` - `customScope` with default value - `callActivity` - `independent`: false - `waitForCompletion`: true - `customAbortParent`: true - `customAsync`: false - `customAutoStart`: false - `userTask` - `customAsync`: false - `customAutoStart`: false - `scriptTask` - `customAsync`: false - `customAutoStart`: false - `serviceTask` - `customAsync`: false - `customAutoStart`: false - `businessRuleTask` - `customAsync`: false - `customAutoStart`: false - `subProcess` - `customAsync`: false - `adHocSubProcess` - `ordering`: "Parallel" - `customAutoStart`: false - `customAsync`: false Additionally, this PR addressed the following: - Morphing a task node to a different type correctly remove properties from previous task node type. - Toggling the `callActivity` "Independent" value add/remove the `customAbortParent` property. - Normalize the `adHocSubProcess` properties panel component to select between `Parallel` and `Sequential`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
