Description
Attempting to drop a boundary event from a workflow causes a nil pointer panic.
Steps to Reproduce
./mxcli -p project.mpr -c "alter workflow MyModule.WF drop boundary event on activity 'Review'"
Expected
Error message if syntax wrong, or boundary event removed
Actual
panic: runtime error: nil interface at visitor_workflow.go:145
Severity
Critical
Test Case Reference
workflow-test-cases.md §5.27
Description
Attempting to drop a boundary event from a workflow causes a nil pointer panic.
Steps to Reproduce
Expected
Error message if syntax wrong, or boundary event removed
Actual
panic: runtime error: nil interface at visitor_workflow.go:145
Severity
Critical
Test Case Reference
workflow-test-cases.md §5.27