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
2 replies
Subscribers
6 subscribers
Views
947 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
Hello, I have a Process Model that dynamically decides which SAIL for
thanosm
over 10 years ago
Hello,
I have a Process Model that dynamically decides which SAIL form to use based on a combination of values from different fields. These SAIL forms use fields from a CDT that will eventually contain close to 200 fields, however NOT all fields will contain values. Would there be an issue with executing a Process Model that defines a variable of that CDT? Would the memory used by this CDT be large as to cause issues? The execution of this Process Model (used only for data entry) should always be short-term, no more than an hour in some cases.
Regards,
Thanos Michos...
OriginalPostID-126339
OriginalPostID-126339
Discussion posts and replies are publicly visible
Parents
0
Sathya Srinivasan
Appian Employee
over 10 years ago
The memory usage is linked to the amount of data in your CDT. So, that shouldnt be a huge issue as far as I understand. What I would recommend is that you persist the CDT into a DB and clear the process (helper processes etc) in order to keep the memory lean.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Sathya Srinivasan
Appian Employee
over 10 years ago
The memory usage is linked to the amount of data in your CDT. So, that shouldnt be a huge issue as far as I understand. What I would recommend is that you persist the CDT into a DB and clear the process (helper processes etc) in order to keep the memory lean.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data