-
Bug
-
Resolution: Done
-
Major
-
Kogito Tooling 0.9.0
-
None
-
False
-
False
-
Undefined
-
With latest versions of editors, the test @kogito-tooling/kie-editors-standalone.Bpmn Workitem.Test Open Editor With Custom Workitem started to fail.
The cause is the WID file itself, simple fix is to remove import statements from the upper part of the file.
import org.drools.core.process.core.datatype.impl.type.StringDataType; import org.drools.core.process.core.datatype.impl.type.ObjectDataType; [ [ "name" : "CreateCustomer", "parameters" : [ "in_customer_id" : new StringDataType() ], "displayName" : "Create Customer", "icon" : "defaultemailicon.gif" ] ]