ljmotta opened a new issue, #2340:
URL: https://github.com/apache/incubator-kie-issues/issues/2340

   Dragging a new CallActivity we can see that the editor displays some 
properties:
   
   <img width="182" height="140" alt="Image" 
src="https://github.com/user-attachments/assets/b6aa8cb5-4c13-46eb-afb1-d8fa5e64c0ff";
 />
   
   But the result xml doesn't include `drools:independent="false"`, 
`drools:waitForCompletion="true"` and `abort` property:
   
   ```xml
   <extensionElements>
       <drools:metaData name="customAbortParent">
         <drools:metaValue>true</drools:metaValue>
       </drools:metaData>
     </extensionElements>
   ```
   
   Current new `callActivity` node:
   ```xml
   <callActivity id="_79BBEBA9-A330-4820-8CB9-D8660AC8D988" name="New Call 
Activity">
         <incoming>_2199A121-57D5-43E5-A9B8-FE297BAD8E96</incoming>
         <outgoing>_180066BF-B95E-4B90-A2BD-D7F5C8CEA829</outgoing>
   </callActivity> 
   ```
   
   In the same way, if we edit a bpmn with a CallActivity that doesn't contain 
those properties, the editor still shows those checks selected, regardless of 
not being present in the xml.


-- 
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]

Reply via email to