I dont want to create task report and queryprocessanalytics to do get the status. Is there any other easy way of getting it?
Discussion posts and replies are publicly visible
That is the default way of doing this. Is there a specific reason you want to avoid this?
I need this feature in various part of my applications. So looking for an direct function (may be supported by some plugins).
I would create a process report and an expression which returns that status for a given task id. May I ask where you get that task id from?
What is your overall use case?
The easiest way of doing this is by using Task Report and queryprocessanalytics functions. You can create a task report which will be generic report with All task Context and from the report you can get the status based on taskID, You can create seperate expression rule which will take taskId as an input and in that expression rule you can use queryProcessAnalytics function and it will return the status of the particular taskId.
Thats what i have done. Thank you for your confirmation. I was just wondering if there are any better ways that I'm missing.
I'm getting the taskid from DB which is result of another use case. Want to display the task details in a report to the user.
Use Gettaskstatus function and pass task id
Can you name the plugin that has the function?
https://community.appian.com/b/appmarket/posts/task-functions#
I was exactly looking for this one only... Thanks..