In ARIS process governance how can calculate process time of a particular manual task ?
Hello Arkadeep,
if you want to evaluate the duration of manual tasks you can export the governance process instances data from the UMC > Process Admin > Instances view (/#default/adminProcesses/p.instanceMonitoring.base) as CSV and feed them into a custom dashboard. As a reference there is a standard dashboard "CoE - Human Tasks" and corresponding files as data feeds delivered with Aware
If you want to update this regularly, run the report "CoE - Governance" in the script administration category "Dashboard data" by means of the scheduler.
Regards, Martin
Hello Arkadeep,
in an APG worklfow process you can record a timestamp of the creation of a task and for each finished approval step in a variable and write it to a Model/object attribute or use it as text input for an e-mail at the end of the workflow. If your workflow model is derived from an example approval workflow for process models by SAG in the db "Governance Automation Models" it may already have the timestamps recorded in the model attribute "approval audit trail" of a released model. At least you can find design patterns for data flows in that db.
Regards, Martin