ProcessTaskLink

Hello,

I am trying to incorporate a milestone report that links to different tasks in a process model:

a!milestoneField(

links: {
a!processTaskLink(
label: "Tasks in progress",
task: 536875568
),

a!processTaskLink(
label: "Tasks in progress",
task: 3808
)

My problem is that the task report ID changes every time the process is run. Is there a way to query my process report for the dynamic task ID?

Thanks,

  Discussion posts and replies are publicly visible

Parents Reply
  • AMAZING!! I cannot thank you enough. I have been struggling for the last 48 hours

    I have my UUIDs showing in my process report now. And I believe the name is a good identifier, please let me know if it should be an integer (or something else).

    Lastly, I don't exactly know how to set up this a!queryProcessAnalytics, and I'm going through the documentation now. Any tips would be greatly appreciated. 

Children
No Data