Class FlowableProcessStartedEventImpl

    • Field Detail

      • nestedProcessInstanceId

        protected final String nestedProcessInstanceId
      • nestedProcessDefinitionId

        protected final String nestedProcessDefinitionId
    • Constructor Detail

      • FlowableProcessStartedEventImpl

        public FlowableProcessStartedEventImpl​(Object entity,
                                               Map variables,
                                               boolean localScope)
    • Method Detail

      • getNestedProcessInstanceId

        public String getNestedProcessInstanceId()
        Specified by:
        getNestedProcessInstanceId in interface FlowableProcessStartedEvent
        Returns:
        the id of the process instance of the nested process that starts the current process instance, or null if the current process instance is not started into a nested process.
      • getNestedProcessDefinitionId

        public String getNestedProcessDefinitionId()
        Specified by:
        getNestedProcessDefinitionId in interface FlowableProcessStartedEvent
        Returns:
        the id of the process definition of the nested process that starts the current process instance, or null if the current process instance is not started into a nested process.