I want to access the outgoing connections of the current node / workitem. when i try it this way:
((RuleFlowProcess) process).getNode(workItemId).getOutgoingConnections().values() i get a NullPointer exception because the workitemId is 10 and there is no more node with id 10 in my bpmn file.