Forum Discussion

AndreaF's avatar
AndreaF
Contributor III
2 years ago

Prompt users for parameters selection when running a pre-process step

Hi, I have a data management step/data management sequence that use member dialog parameters, which means users are prompted for the parameters selection when running them.   I have attached...
  • JackLacava's avatar
    2 years ago

    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).