Interface WorkflowData

  • All Superinterfaces:
    HasMetaData

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

      • getPayload

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

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