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
7 subscribers
Views
2538 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
Closing sail form by condition
emanueled8741
over 7 years ago
I have a process where there are some info to be confirmed by a user. This user is not the initiator.
Then there is a sail form where the initiator can show if the user has confirmed the info.
If so, I need to close this form. Can I do that by checking the condition within the form and not by exception?
I will to avoid to poll of the status from the database into process.
Thanks
OriginalPostID-262742
Discussion posts and replies are publicly visible
0
aloks0189
Certified Lead Developer
over 7 years ago
@emanueled874 as what i understood from your description, you want to close/ pass user Input Task node (Indirectly) by checking some conditions rather than Exception or Submit Button Click, am i correct?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
emanueled8741
over 7 years ago
Yes, it's correct
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
aloks0189
Certified Lead Developer
over 7 years ago
As far i know, Basically we have three ways to do tyhis
1. using Button
2. Using Submit Link
3. using Exception
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Chris
over 7 years ago
Also note the Exception method will not remove the form from view if the user is looking at it when the exception fires (not sure if that is the scenario here). The form will stay on the screen, resulting in a "This task has already been completed" error if they attempt to modify after the exception has fired.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel