Get Tasks

Gets the tasks assigned to the user.

Gets the filtered collection of tasks assigned to the currently logged-in user.

Filter

  • Status : Required Filter the tasks by the selected Task Statuses. The available statuses are :

    • Assigned

    • Cancelled

    • Done

    • PartiallyDone

    • Pending

    • Ready

    • UnAssigned

    • Verified

  • Task Group Name : String Argument Filter the tasks by the Task Group Name of the task. Tasks wont be filtered by Task Group Name if it is empty.

Output

  • Task Count : Integer Variable The Integer variable name where the total number of tasks retrieved will be saved.

  • Tasks : List of Task Required The List of filtered Tasks.

Last updated