Providing Process Task Link on Interface after workflow submit

Hello Community,

I was wondering how do you capture the process property ID when the process is submitted to then use it in a link within that interface.

a!processTaskLink(
  label: "Approval Task",
  task: 1  /* pp!id */
)

Thank you.

  Discussion posts and replies are publicly visible