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
  • Can you confirm that CDT is not nullified before it hits and comes out of the Sub Process? Also check the value of CDT variable in the Sub Process, if it is null that means somewhere in the parent process CDT stores null value. And if it is not null, then check if there are any other script tasks right after the Sub Process node just to eliminate the possibility of having an input / output field modifying CDT variable.
Reply
  • Can you confirm that CDT is not nullified before it hits and comes out of the Sub Process? Also check the value of CDT variable in the Sub Process, if it is null that means somewhere in the parent process CDT stores null value. And if it is not null, then check if there are any other script tasks right after the Sub Process node just to eliminate the possibility of having an input / output field modifying CDT variable.
Children
No Data