Class WorkflowEvent

java.lang.Object
com.broadleafcommerce.workflow.messaging.WorkflowEvent
All Implemented Interfaces:
Serializable

public class WorkflowEvent extends Object implements Serializable
Workflow message requesting workflow execution. Sent via spring cloud stream.
See Also:
  • Constructor Details

    • WorkflowEvent

      public WorkflowEvent(String workflowId, String launchToken)
    • WorkflowEvent

      public WorkflowEvent()
  • Method Details