Interface FlowableProcessStartedEvent

    • Method Detail

      • getNestedProcessInstanceId

        String getNestedProcessInstanceId()
        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

        String getNestedProcessDefinitionId()
        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.