3 Replies Latest reply on Apr 27, 2009 9:18 AM by ckadam

    How to start SubProcess dynamically ?

      I have this requirement, where my process flow has a process-state to start the sub-processflow. However, I do not know the name of the sub-process at the deployment time. As a result, I could not add sub-process element name at the deployment time.

      However, the name of the sub-process is known at the start of the parent process (I could potentially pass it as Process Flow Variable).

      Is there any way, I could update the Parent ProcessInstance, before hitting the process-state node and update it with SubProcess Definitiation (based on Processflow var) ?

      Any other ideas ?

      Thanks in advance.