List<ActorRef> outgoingNodes, DataObjectService dataObjectHandling) {
this.setUniqueProcessId(uniqueProcessId);
this.setUniqueFlowNodeId(uniqueFlowNodeId);
this.setEventDefinitionParameter(eventDefinitionParameter);
this.setOutgoingNodes(outgoingNodes);
this.setNodeInstanceMediatorService(new NodeInstanceMediatorService(
uniqueProcessId, uniqueFlowNodeId));
this.setDataObjectHandling(dataObjectHandling);
// create EventDefinition actor
this.eventDefinitionActor = EventDefinitionHandling