Class ProcessStartExecutionListener

java.lang.Object
org.alfresco.repo.workflow.activiti.listener.ProcessStartExecutionListener
All Implemented Interfaces:
Serializable, org.activiti.engine.delegate.ExecutionListener

public class ProcessStartExecutionListener extends Object implements org.activiti.engine.delegate.ExecutionListener
An ExecutionListener that set all additional variables that are needed when process starts.
Since:
4.0
Author:
Frederik Heremans
See Also:
  • Field Details

    • tenantService

      protected TenantService tenantService
    • deployWorkflowsInTenant

      protected boolean deployWorkflowsInTenant
  • Constructor Details

    • ProcessStartExecutionListener

      public ProcessStartExecutionListener()
  • Method Details

    • notify

      public void notify(org.activiti.engine.delegate.DelegateExecution execution) throws Exception
      Specified by:
      notify in interface org.activiti.engine.delegate.ExecutionListener
      Throws:
      Exception
    • setTenantService

      public void setTenantService(TenantService tenantService)
    • setDeployWorkflowsInTenant

      public void setDeployWorkflowsInTenant(boolean deployWorkflowsInTenant)