Good day everyone.
TWTask.Statuses contains 8 different statuses: Actioned, Closed, Deleted, Forwarded, New, Received, Replied, Sent.
I've searched info about these in Knowledge Center, but no luck.
Anyone know whats the purpose of each different status?
Also I'm interested is it possible to close User Task with status other than "Closed"?
I've tried to change task status is script that runs after CSHS in process flow:
tw.system.findTaskByID(taskID).status = TWTask.Statuses.Forwarded
Task status was changed, but in Process Inspector I see that completed task was re-opened.
#BusinessProcessManager(BPM)#Support#SupportMigration