How can I show all tasks attributed to a user from 3 separate process models?

I'd like to have a task report which shows all tasks attributed to a user from 3 separate process models.
I can achieve this by setting the task report to the context of a user and filter by pm_id's however I noticed that pm_ids are environment specific so when I migrate the report forward to test and prod environments, the pm_ids are unreliable.
Any suggestions?

OriginalPostID-228611

OriginalPostID-228611

  Discussion posts and replies are publicly visible

Parents
  • @jarrods If the Appian version is 7.7 or earlier, you may do something like this: Use the process model UUIDs and get the Id based on the UUID and for this you may rely on the "Content Details by UUID" plugin at https://forum.appian.com/suite/tempo/records/item/lIBCLGOdlMUpdGVqW3dQaIKmclBmvvNEj8vu_cjb7T-5YiPr4Fu8ly5Yj1s09uenE4RYzA8zKyx7eiUjehE6c4co9Y9YmYyXyje4cU5tvLsZq51/view/summary. So you should basically build a helper rule that gets the Process Model Id when a Process Model UUID is sent as an input to it and this will relieve you from the burden of changing the Process Model Ids across the environments.
Reply
  • @jarrods If the Appian version is 7.7 or earlier, you may do something like this: Use the process model UUIDs and get the Id based on the UUID and for this you may rely on the "Content Details by UUID" plugin at https://forum.appian.com/suite/tempo/records/item/lIBCLGOdlMUpdGVqW3dQaIKmclBmvvNEj8vu_cjb7T-5YiPr4Fu8ly5Yj1s09uenE4RYzA8zKyx7eiUjehE6c4co9Y9YmYyXyje4cU5tvLsZq51/view/summary. So you should basically build a helper rule that gets the Process Model Id when a Process Model UUID is sent as an input to it and this will relieve you from the burden of changing the Process Model Ids across the environments.
Children
No Data