Class WorkflowLifecycleEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.broadleafcommerce.workflow.messaging.WorkflowLifecycleEvent
All Implemented Interfaces:
Serializable

public class WorkflowLifecycleEvent extends org.springframework.context.ApplicationEvent
Spring event (intra JVM) event sent when a workflow reaches a completion state (failure or otherwise)
See Also:
  • Constructor Details

  • Method Details

    • getWorkflowId

      public String getWorkflowId()
    • getWorkflowStatus

      public WorkflowStatus getWorkflowStatus()