Interface WorkflowData

All Superinterfaces:
HasMetaData

public interface WorkflowData extends HasMetaData
A WorkflowData instance "carries" the data pushed through the Workflow.
  • Method Details

    • getPayload

      Object getPayload()
      Getter for the payload of the WorkflowData.
      Returns:
      The payload of the WorkflowData.
    • getPayloadType

      String getPayloadType()
      Getter for the type of payload of the WorkflowData.
      Returns:
      The type of payload of the WorkflowData.