there is a process model were it passes a CDT as paramter to a sub process ,the

there is a process model were it passes a CDT as paramter to a sub process ,the subprocess runs ASYNC.
everytime the process model runs ,the CDT turns to null

is it because the subprocess run as ASYNC ?what are the possible reasons causing this ? did someone else run into this ?

OriginalPostID-202249

OriginalPostID-202249

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    You can try two things
    1. Check the source process variable being used in parent process - sub process node whether it has any value or not while being passed.
    2. In sub process you can check the target process variable which receives the same

    You can trace from process monitor history tab whether your source pv and target pv are getting intialized or not
Reply
  • 0
    Certified Lead Developer
    You can try two things
    1. Check the source process variable being used in parent process - sub process node whether it has any value or not while being passed.
    2. In sub process you can check the target process variable which receives the same

    You can trace from process monitor history tab whether your source pv and target pv are getting intialized or not
Children
No Data