Package com.adobe.granite.workflow.exec
Interface WorkflowData
-
- All Superinterfaces:
HasMetaData
public interface WorkflowData extends HasMetaData
AWorkflowData
instance "carries" the data pushed through theWorkflow
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
getPayload()
Getter for the payload of theWorkflowData
.java.lang.String
getPayloadType()
Getter for the type of payload of theWorkflowData
.-
Methods inherited from interface com.adobe.granite.workflow.HasMetaData
getMetaDataMap
-
-