I tried to edit a "line" to set the condition for a decision node, by clicking the one that is connected to the "case" endpoint of the icon, and the subsequent action. The properties were not editable. I then edited the XML directly, inserting the condition (a simple check for true, for example, ${var}) I needed. But now when trying to save the same workflow from the Oozie editor I get the following error:
An error has occurred. See error log for more details.
io.mashin.oep.model.connection.WorkflowConnection cannot be cast to io.mashin.oep.model.connection.WorkflowCaseConnection
The text was updated successfully, but these errors were encountered:
I tried to edit a "line" to set the condition for a decision node, by clicking the one that is connected to the "case" endpoint of the icon, and the subsequent action. The properties were not editable. I then edited the XML directly, inserting the condition (a simple check for
true
, for example,${var}
) I needed. But now when trying to save the same workflow from the Oozie editor I get the following error:The text was updated successfully, but these errors were encountered: