0 Replies Latest reply on Feb 26, 2013 9:32 PM by thomas.setiabudi

    How to pass input variable to Reusable SubProcess inside Multiple Instance?

    thomas.setiabudi

      Hi,

       

      I have two Processes:

      1. test.SimpleApproval

      2. test.testMultipleInstance

       

      in test.testMultipleInstance, I have a Multiple Instance Node, inside the Multiple Instance Node, I have a Reusable Sub Process that invoke test.SimpleApproval

       

      The Problem is I can't pass in input variable to the Reusable sub process.

       

      the error is

       

      Could not find variable scope for variable _AC2D2281-2882-4B44-BCED-62D5DBF6C2C4_varMapInput

       

      where varMap is the name for input variable in Reusable Sub Process..

       

      what could have gone wrong?

       

      I attach the process definition and error log

       

      Note:

      1. I Use JBPM 5.4 Final fron JBPM5.4 Final Full Installer

      2. I Use the Web Designer that comes with JBPM5.4 Final Full Installer to create the process definition