Can we use process name as a variable inside the subprocess activity so that the

Certified Senior Developer
Can we use process name as a variable inside the subprocess activity so that the name of the called process can be determined in runtime....

OriginalPostID-28254

OriginalPostID-28254

  Discussion posts and replies are publicly visible

Parents
  • If what you need is to launch instances from different process models, this is not possible with the subprocess activity.

    The process model to be launched in the subprocess activity is not an expressionable field. What you could do instead is placing a gateway (XOR) and add conditions, based on a specific condition direct the path to the desired subprocess activity. You will need one activity per different process model.

    Notice how the process model field is not expressionable because it requires that you map the parameters of the process to be launched at design-time, if it were expressionable it wouldn't be possible for you to map the parameters at design time.
Reply
  • If what you need is to launch instances from different process models, this is not possible with the subprocess activity.

    The process model to be launched in the subprocess activity is not an expressionable field. What you could do instead is placing a gateway (XOR) and add conditions, based on a specific condition direct the path to the desired subprocess activity. You will need one activity per different process model.

    Notice how the process model field is not expressionable because it requires that you map the parameters of the process to be launched at design-time, if it were expressionable it wouldn't be possible for you to map the parameters at design time.
Children
No Data