Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!

The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.

How to find task status by taskId

Certified Lead Developer

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

Parents
  • 0
    Certified Lead Developer

    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.

Reply
  • 0
    Certified Lead Developer

    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.

Children
No Data