We would like the ability dynamically call a process by providing the process name as an input variable. We have a process that flows to several different subprocesses depending on the value of a variable. We are using a switch to examine the variable and then navigate to the subprocess. Ideally we would like to be able to do this by just using the value of variable which would be the same as the subprocess name.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.