Hello,
I'm trying to set up a user journey whereby a record that is used in the last stage of a business process flow (Call it BPF 1) can be switched over to a new process flow (BPF 2) upon finishing the first flow, and ideally achieving this via a workflow.
Prior to v9 this could be achieved by calling the SetProcess action on the workflow, however this is now marked as depreciated. With the new structure to the business process flows where you can create a record for the new business process flow (which I understand is the replacement for SetProcess), I can create the new instance of the BPF and set the active stage, but because the entity in question was previously under BPF1, even though BPF2 gets created the entity record doesn't actually get switched to that flow automatically. The automatic switching over to the new flow still happens if you do use the SetProcess action, but with this being marked for being deprecated, does anyone know what the alternative is supposed to be in v9?
Thanks
Oliver