Status value of task,if is not attended

Certified Lead Developer
Hi,

What would be the value if the task is not yet attended?
Where can we see the mapping of task status name and status value?

OriginalPostID-244538

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    @ Ramanjaneyulu Thummala. if the task is not yet attended by the user the status probably is "unattended". so you can filter your data using that status. The list of task statuses are {
    "Assigned",
    "Accepted",
    "Completed",
    "Not Started",
    "Cancelled",
    "Paused",
    "Unattended",
    "Aborted",
    "Cancelled By Exception",
    "Submitted",
    "Running",
    "Error"
    },
Reply
  • 0
    Certified Lead Developer
    @ Ramanjaneyulu Thummala. if the task is not yet attended by the user the status probably is "unattended". so you can filter your data using that status. The list of task statuses are {
    "Assigned",
    "Accepted",
    "Completed",
    "Not Started",
    "Cancelled",
    "Paused",
    "Unattended",
    "Aborted",
    "Cancelled By Exception",
    "Submitted",
    "Running",
    "Error"
    },
Children
No Data