how to pass parent process data to subprocess in process model

how to pass parent process data to subprocess in process model

  Discussion posts and replies are publicly visible

Parents
  • First, In the subprocess add a process variable and check the Parameter (Allow the value for the variable to be provided when starting a process) checkbox.

    Then, in the main process, go to the the setup tab of sub process smart service, and in the input variable section you will see the sub process pv (if you don't refresh). Select the main process pv you want to pass to that. Also Check "Pass as reference". 

    If you want the value to be returned back to the main PM add Output Variable too (Just below it)

Reply
  • First, In the subprocess add a process variable and check the Parameter (Allow the value for the variable to be provided when starting a process) checkbox.

    Then, in the main process, go to the the setup tab of sub process smart service, and in the input variable section you will see the sub process pv (if you don't refresh). Select the main process pv you want to pass to that. Also Check "Pass as reference". 

    If you want the value to be returned back to the main PM add Output Variable too (Just below it)

Children
No Data