Genpact Cora Knowledge Center

Support

POST /TeamMemberTasksService.svc/FetchActivities

Fetches multiple activities from the queue.

Method

POST

URL

https://localhost/Flowtime/_vti_bin/Flowtime/HotOperations/TeamMemberTasksService.svc/FetchActivities


Request Parameters

NameTypeRequiredDescription
SolutionIdguidrequiredID of the solution.
activityInstancesIdList of integersrequiredList of activity IDs.

Response Parameters

NameTypeDescription
TotalCountintegerTotal number of tasks.
SuccessItemsCountintegerNumber of items that were successful.
FailureItemsCountintegerNumber of items that failed.
CommandResultsArray of objectsEach object contains these parameters.
  • Id: integer //id of item
  • Cancelled: bool // the action succeeded or   failed
  • CancelReason: string // the reason the procedure was cancelled