The requirement is that a button is on the Ribbon of the Contact record that switches between 2 business process flows.
I know the Process button exists and that you click that, then click the BPF you want to display but thats too user intensive and the business would like 1 button switching.
I know the logic is the following -
IF
processID = X
THEN
setActiveProcess(Y)
OR
processID = Y
THEN
setActiveProcess(X)
But I cant find a way on the FX query builder to query processID as you would in JavaScript