Class 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:
    Serialized Form
    • Field Detail

      • tenantService

        protected org.alfresco.repo.tenant.TenantService tenantService
      • deployWorkflowsInTenant

        protected boolean deployWorkflowsInTenant
    • Constructor Detail

      • ProcessStartExecutionListener

        public ProcessStartExecutionListener()
    • Method Detail

      • 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​(org.alfresco.repo.tenant.TenantService tenantService)
      • setDeployWorkflowsInTenant

        public void setDeployWorkflowsInTenant​(boolean deployWorkflowsInTenant)