Hi everyone,
With the function "getactivetaskidsforprocess()" I can get the active tasks IDs from a process instance. With that ID I want to have the task name. I searched and I didn't find a function to do this. Does anyone know what is the best way to have the information I want?
Thanks in advance
Discussion posts and replies are publicly visible
Hi josuv0001,
There is a shared component(plugin) called Task Functions(available in the app market) which is having a function gettaskdisplayname() to get the task display name based on the task id given.
Hope this helps!