Class RegisterProcessInstanceStartEventSubscriptionCmd

java.lang.Object
org.flowable.engine.impl.cmd.AbstractProcessStartEventSubscriptionCmd
org.flowable.engine.impl.cmd.RegisterProcessInstanceStartEventSubscriptionCmd
All Implemented Interfaces:
Serializable, Command<org.flowable.eventsubscription.api.EventSubscription>

public class RegisterProcessInstanceStartEventSubscriptionCmd extends AbstractProcessStartEventSubscriptionCmd implements Command<org.flowable.eventsubscription.api.EventSubscription>, Serializable
This command creates and registers a new process start event subscription based on the provided builder information.
Author:
Micha Kiener
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • execute

      public org.flowable.eventsubscription.api.EventSubscription execute(CommandContext commandContext)
      Specified by:
      execute in interface Command<org.flowable.eventsubscription.api.EventSubscription>
    • insertEventRegistryEvent

      protected org.flowable.eventsubscription.api.EventSubscription insertEventRegistryEvent(String eventDefinitionKey, boolean doNotUpdateToLatestVersionAutomatically, org.flowable.bpmn.model.StartEvent startEvent, ProcessDefinition processDefinition, String correlationKey, CommandContext commandContext)