Skip to main content
anusuyak349977
August 13, 2025
Question

Process ID in Sync Start Process

  • August 13, 2025
  • 19 replies
  • 0 views

Hi Everyone [emoticon:c4563cd7d5574777a71c318021cbbcc8],

I have a sync start process(Process Id is used to select the Process Model) in my Parent Process.
Now I am not able to save the Output. PVs are not shown in pv!.


    19 replies

    harshas2775
    August 13, 2025

    For Outputs, this is the expected configuration of start process mode

    1. For Save Target, select a process variable to contain the output.
    2. For Value, select the ProcessInfo property that you want to store in the save target. Like ac!processInfo.pv.processVariable.
    So after completion whichever pv data you want Response to have, refer to that using the processInfo property. The type of Response and pv should match for it to be available for configuration . 
    anusuyak349977
    August 13, 2025

    Same datatype is passed. Still process variables are not shown.

    james.lepone
    August 13, 2025

    Can you show the process model you have selected in the SPSS Setup tab (to confirm this is set), the variable list of the selected process model (i.e. The Types of the Variables you are selecting from in ac!processInfo.pv), and the variables of the parent model (i.e. Type of "Response") please?

    shubhama926776
    August 14, 2025

     [mention:f5e1c63738d74f0097f6242f0d782ca7:e9ed411860ed4f2ba0265705b8793d05] 
    This issue occur only when Data type mismatch between the child process return type and parent process variable types.
    But as you already checked that could you share snapshot of both variable.
    Also tell us what is the type of Response?