What are some good ways to pass data between Thread Pages?
I am in a data-portal section rule inside of which is a repeating grid of class data-contact
On-click my action is to create work in a work class.
The selected data-contact instance does not get passed into the new Thread page created for the create work flow item.
You cannot pass parameters into a starter flow.
I managed to pass properties between the Thread pages via the pxRequestor page.
But I feel that this is a bit of a 'hack'.
So is there a better way to pass data between Thread pages?