I have 2 Workflows:
- Part Development Creation (Workflow A)
- Part Development Processing (Workflow B)
Workflow A is initiated by a Form and then invokes Workflow B. I need to pass these Forms variables from Workflow A to Workflow B.
I have 2 Input Parameters set up in Workflow B for BP Instance ID and Submission ID:
In Workflow A I have assigned the Input Parameters the BP Instance ID token and Submission ID token (see screenshot 1 attached).
In Workflow B, I added a Retrieve Forms Variables activity but in the advanced properties I do not have the option to assign the Input Parameters from the other workflow to point it to that Instance or Submission ID (see screenshot 2 attached).
I have read other Answers post but they aren't exactly clear on which Workflow they are configuring these under. Am I missing something small or am I doing it backwards?