Package 

Interface InteractionTaskCommand

  • 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 String getTaskDefinitionKey() Task definition key.
      abstract SourceReference getSourceReference() Task source reference.
      abstract String getId() Task id.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait