is there a way to know when a task is assigned? the APi don’t have this info. If there isn’t, how can we have an hidden field on the form where the “now” is marked when the task is assigned? like in javascript or something
This can show you task summary. You can use Orchestrator’s odata/TaskActivities/UiPath.Server.Configuration.OData.GetByTaskId(taskId=<taskId>) Api to get the task summary in workflow
Hello, thank you for your answer but the assign date time isn’t show anywhere, isn’t a property of the task…i would like to know the date time a user assigns a task to itself not de task creation time…can i achieve this with a field in the form with javascript?
I’m also facing a similar scenario, where I need to get the assigned time for all task in Action Center.
Kindly share, in case, you have come across a solution.