03-27-2023 08:55 AM
Solved! Go to Solution.
03-28-2023 09:53 AM
As far as I know, you can't - the Process interface is not meant to be interactive.
You could retrieve values in your rule from some predetermined but easy-to-maintain place, typically the Text1-4 properties in the workflow profile where you have the Process step (using .GetAttributeValue on the profile object).
03-28-2023 09:53 AM
As far as I know, you can't - the Process interface is not meant to be interactive.
You could retrieve values in your rule from some predetermined but easy-to-maintain place, typically the Text1-4 properties in the workflow profile where you have the Process step (using .GetAttributeValue on the profile object).