-
public interface WithPayloadRepresents task payload.
-
-
Method Summary
Modifier and Type Method Description abstract VariableMapgetPayload()Payload. abstract StringgetBusinessKey()Business key. -
-
Method Detail
-
getPayload
abstract VariableMap getPayload()
Payload.
-
getBusinessKey
abstract String getBusinessKey()
Business key.
-
-
-
-