-
Bug
-
Resolution: Done
-
Minor
-
None
-
- Create a new bpmn model.
- Add a service task.
- Add a new data input with:
- name: body
- data type: String
- constant: direct:start
-
2020 Week 10-12 (from Mar 2), 2020 Week 13-15 (from Mar 23)
As a use case to integrate with Camel we can setup routes directly from the data input.
Camel routes usually include a semicolon ":" in the name. The issue is that the editor escapes this into the saved xml, breaking the Kogito runtime execution as well as when loading the same process to edit.
Saved information:
<bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_z8s1EDQXEDim6PdS5AowTg">direct%3Astart</bpmn2:from>
This could be managed using cdata to wrap the value.
- is blocked by
-
KOGITO-1505 Stunner - CDATA block missing
- Closed
-
KOGITO-1204 BPMN editor to support "expression" in Data IO on process side
- Resolved