Class Task


  • public final class Task
    extends Object
    • Method Detail

      • getCreatedAt

        public java.time.OffsetDateTime getCreatedAt()
        The date and time at which the task was executed
        Returns:
        The date and time at which the task was executed
      • getId

        public String getId()
        The unique identifier for the task
        Returns:
        The unique identifier for the task
      • getTaskDefId

        public String getTaskDefId()
        The unique identifier for the task
        Returns:
        The unique identifier for the task
      • getTaskDefVersion

        public String getTaskDefVersion()
        The task version
        Returns:
        The task version
      • getUpdatedAt

        public java.time.OffsetDateTime getUpdatedAt()
        The date and time at which the task was last updated
        Returns:
        The date and time at which the task was last updated
      • getWorkflowRunId

        public String getWorkflowRunId()
        The unique identifier for the workflow run
        Returns:
        The unique identifier for the workflow run
      • getInput

        public Map<String,​Object> getInput()
        Input data associated with the task
        Returns:
        Input data associated with the task
      • getOutput

        public Map<String,​Object> getOutput()
        Output data associated with the task
        Returns:
        Output data associated with the task
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object