Start date of archived Task via API Rest

1
0
-1

Dear all,

I am trying to get the start date of an archived Task via the API Rest but I don't find the proper method.

For example, I am using:

.../bonita/API/bpm/archivedTask?p=0&f=processId=processId

and the only dates that I get are:

[
{
...
"assigned_date": "2016-10-13 12:22:50.456",
...
"reached_state_date": "2016-10-13 12:22:51.717",
...
"archivedDate": "2016-10-13 12:22:51.729",
...
"dueDate": "2016-10-13 13:21:31.266",
"last_update_date": "2016-10-13 12:22:51.717"
}
]

Neither of these dates are the start date.

Any idea?

Thanks a lot.
Best regards.

1 answer

1
0
-1

Interesting.

however you're not clear on what you're looking for...Assigned Date could be considered the start date...couldn't it?

However you can also get the Case start date from ArchivedCase using this as a starting point you'll be able to determine the duration of the tasks in the case if that's what you're looking for.

regards
Seán

PS: While I understand this may not be the answer you are looking for it does answer your question, please mark as resolved by ticking the tick mark on the left of this reply so others now it is closed.

Notifications