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
4 replies
Subscribers
6 subscribers
Views
1955 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
Subprocesses help to encapsulate functionality to deal with complexity, enable r
JEAN PIERRE
over 10 years ago
Subprocesses help to encapsulate functionality to deal with complexity, enable reuse and better maintenance/testing of pieces of functionality.
Which are the best practives for a subprocess to communicate to the calling parent process the results of its processing (passing variables by reference, exception handling, etc. ?)...
OriginalPostID-121526
OriginalPostID-121526
Discussion posts and replies are publicly visible
Parents
0
siddharthg521
over 10 years ago
You can always pass a Custom Data Type as a parameter to the sub -process as certainly it will be quiet difficult to capture the data in the individual system data types.
HOWEVER, as I mentioned earlier, you should never pass a Custom Data Type as a parameter - Pass By Reference which is against Appian Best practices, as it creates a problem whenever there is a version change of the CDT.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
siddharthg521
over 10 years ago
You can always pass a Custom Data Type as a parameter to the sub -process as certainly it will be quiet difficult to capture the data in the individual system data types.
HOWEVER, as I mentioned earlier, you should never pass a Custom Data Type as a parameter - Pass By Reference which is against Appian Best practices, as it creates a problem whenever there is a version change of the CDT.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data