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