We have a situation where there are a series of complex processes chained together. My question is this: When using Input parameters, can they be passed into a rule from multiple points?
Example:
Workflow Rule 1 invokes Workflow Rule 2, using an Input Parameter from 1 to 2.
Workflow Rule 2 invokes Workflow Rule 3, using an Input parameter from 2 to 3.
Now 2 needs to know if 3 was successful. So, we created a second Input parameter in Rule 2 to accept the results of Rule 3, much like a function call.
Rule 3 has a matching Output parameter, and we populate the token. But the value never shows up in Rule 2.
Do we just need to find another way around this?
BTW, this thread:
has an excellent discussion on using Parameters.