Process ID in Sync Start Process

Certified Senior Developer

Hi Everyone Slight smile,

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!.


  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    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 . 
Reply
  • 0
    Certified Lead Developer

    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 . 
Children