Facing problems in scheduling sub-processes bases on the scheduled time set in

Facing problems in scheduling sub-processes bases on the scheduled time set in one the other sub processes from a main parent process

1.          I have a parent process which has 5-6 sub – processes & default process variable say xyz(date& time) is being set by main process
2.          In one of the sub process A, I’m updating xyz variable, passed back to main parent process using Pass By Reference
3.          Now there are sub-process B, C whose scheduling depends on the xyz, therefore they should be updated to use new xyz set in sub Process A

What’s happening is that scheduling of B, C sub-process is not getting updated with the latest updated xyz variable, they still shows old scheduling time which was being set very first time with default value of xyz !

...

OriginalPostID-116911

OriginalPostID-116911

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data