Class WorkflowEvent
java.lang.Object
com.broadleafcommerce.workflow.messaging.WorkflowEvent
- All Implemented Interfaces:
Serializable
Workflow message requesting workflow execution. Sent via spring cloud stream.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCorrelation id.primary keyvoidsetLaunchToken(String launchToken) Correlation id.voidsetWorkflowId(String workflowId) primary key
-
Constructor Details
-
WorkflowEvent
-
WorkflowEvent
public WorkflowEvent()
-
-
Method Details
-
getWorkflowId
primary key -
getLaunchToken
Correlation id. SeeInformational.getLaunchToken(). -
setWorkflowId
primary key -
setLaunchToken
Correlation id. SeeInformational.getLaunchToken().
-