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
1 reply
Subscribers
6 subscribers
Views
1272 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
Is there any way to use a link to either submit a form or exit out of one input
nickh413445
Certified Senior Developer
over 9 years ago
Is there any way to use a link to either submit a form or exit out of one input task and into another? For example, the user would click on a link in a navigation bar and get taken to a new input task.
If I use a!processTaskLink(), will that work? How do I get the Task ID of the input task I want to link to?
OriginalPostID-171069
OriginalPostID-171069
Discussion posts and replies are publicly visible
0
Tim
Certified Lead Developer
over 9 years ago
Yes you can use a!processTaskLink() to navigate to another task form but it is not possible to submit a form with anything other than a button so you would need some form of exception in the process to close the original task. You can use a!queryProcessAnalytics() in your SAIL form to run a task report with filter criteria to get the task ID that you require
forum.appian.com/.../SAIL_Recipes.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel