-
- All Implemented Interfaces:
-
io.holunda.camunda.taskpool.api.task.TaskIdentity,io.holunda.camunda.taskpool.api.task.WithTaskId
public interface InteractionTaskCommand implements TaskIdentity
Task command caused by user or system interaction with a task.
-
-
Method Summary
Modifier and Type Method Description abstract StringgetTaskDefinitionKey()Task definition key. abstract SourceReferencegetSourceReference()Task source reference. abstract StringgetId()Task id. -
-
Method Detail
-
getTaskDefinitionKey
abstract String getTaskDefinitionKey()
Task definition key.
-
getSourceReference
abstract SourceReference getSourceReference()
Task source reference.
-
-
-
-