Class Task.Request

  • Enclosing class:
    Task

    public static final class Task.Request
    extends Object
    • Method Detail

      • toJson

        public String toJson()
      • taskDefId

        public Task.Request taskDefId​(String taskDefId)
        The unique identifier for the task
        Parameters:
        taskDefId - The unique identifier for the task
        Returns:
        The Task request object.
      • taskDefVersion

        public Task.Request taskDefVersion​(String taskDefVersion)
        The task version
        Parameters:
        taskDefVersion - The task version
        Returns:
        The Task request object.
      • workflowRunId

        public Task.Request workflowRunId​(String workflowRunId)
        The unique identifier for the workflow run
        Parameters:
        workflowRunId - The unique identifier for the workflow run
        Returns:
        The Task request object.
      • 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
      • getWorkflowRunId

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