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
6 replies
Subscribers
7 subscribers
Views
2534 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
#GroupObjectError ISSUE: Group process variables setting strangely
iainf
over 11 years ago
#GroupObjectError
ISSUE:
Group process variables setting strangely
DETAILS:
If we monitor a process and view the variable in question (see here:
http://db.tt/nxFElqOv
and here:
http://db.tt/jd2iFSkp)
we see it defined as "-1".
If we look at the process details page in the backend, the group looks null (see here:
http://db.tt/YIHT7BqB)
QUESTIONS:
How can we handle this object (to filter on it for example) - it is not null, in the sense that it does not respond to isnull checks.
How does it get created?...
OriginalPostID-79163
OriginalPostID-79163
Discussion posts and replies are publicly visible
Parents
0
Siva
Certified Lead Developer
over 11 years ago
I have observed that, if a group gets deleted then group id will remain in process variable when you monitor the process. If you want to check whether that group exist or not, instead of isnull checks you may use the custom function doesgroupexist() from Appian Shared Component "Group Functions". This function accepts groupId and returns true if group exists.
Here is the link to the component
forum.appian.com/.../summary
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Siva
Certified Lead Developer
over 11 years ago
I have observed that, if a group gets deleted then group id will remain in process variable when you monitor the process. If you want to check whether that group exist or not, instead of isnull checks you may use the custom function doesgroupexist() from Appian Shared Component "Group Functions". This function accepts groupId and returns true if group exists.
Here is the link to the component
forum.appian.com/.../summary
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data