Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
1 reply
Subscribers
6 subscribers
Views
1042 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
Hi All, I am facing an intermittent issue. A CDT is passed by-referen
chetany
A Score Level 1
over 10 years ago
Hi All,
I am facing an intermittent issue. A CDT is passed by-reference from main process to child sub-process. I am changing a member(let us say CDT.status) of the CDT in the child process. The child process is deleted immediately after it completes. The changed value of the CDT member gets reflected in the parent process. But it does not get reflected on the parent process dashboard. I have mapped CDT.status on the parent process dashboard. This happens sometimes. (about 3 instances out of 10) What can be the reason? I suspect that I should not delete the child process immediately. Will not deleting it immediately be a way to prevent this issue?
OriginalPostID-139744
OriginalPostID-139744
Discussion posts and replies are publicly visible
0
Michael Chirlin
Appian Employee
over 10 years ago
In general it is not best practice to pass cdts by reference as it can potentially cause issues with cdt versioning.
What is preventing you from returning the cdt values in the output of the subprocess?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel