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
3 replies
Subscribers
9 subscribers
Views
1810 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
I have configured a user input task as a quicktask in my process model. I want t
Navajith K
over 11 years ago
I have configured a user input task as a quicktask in my process model. I want the qucik task to be active until user changes a boolean value from true to false. This is achieved using exception flow, User should also be able to close the quick task window and should be able to return to the parent process keeping the quick task active. can anyone let me know how to close a quick task window by clicking on a close button in the form?...
OriginalPostID-107077
OriginalPostID-107077
Discussion posts and replies are publicly visible
0
Tim
Certified Lead Developer
over 11 years ago
Try saving the value of the close button into a PV and test this with an OR gate on exit. If the user has pressed "Close" just route to an end event rather than the standard process flow. As long as the end event isn't set to terminate your quick task will re-generate by default.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Navajith K
over 11 years ago
Hi Tim, I have tried this, the flow will come to an end and another instance of the quick task is regenerated, how ever this will not close the window and will not go back to the parent process. it will say the form is successfully submitted and the quick task form is loaded again. Any thoughts?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Tim
Certified Lead Developer
over 11 years ago
If you are working in the Portal environment there is a method to redirect the screen. After the user hits "Close" you chain to another user activity form that contains javascript onLoad to redirect window.location to the URL of your process dashboard (or any location you choose). This "dummy" task will need its own timer based exception flow to fully complete the task.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel