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
24 replies
Subscribers
7 subscribers
Views
16742 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
Process does not show User Input Task
minalabib
over 7 years ago
I had a process model that has sub-process, events, script tasks and user tasks, and it was working fine, recently I had to updated the process model and added a sub-process right before the user task that will run multiple sub-processes synchronously and then start a user task; after the update and running the task from the end-user site the process runs but it won't show the user task although it is created and user has to go to tasks tab to access the user task.
Any idea what is going? or any setup that I need to change for that to act as expected?
OriginalPostID-273235
Discussion posts and replies are publicly visible
Parents
0
aloks0189
Certified Lead Developer
over 7 years ago
As per my understanding, it doesn't makes any difference whether you calling a subprocess along with MNI or else calling a script Task with MNI configuration which invokes Web-APi and the API invokes Sub process (process). Because as per Minal Statement, the User Input task is depending on the output of all MNI sub-processes, so whether we call a subprocess with MNI configuration or using a Script Task with MNI configurations doesn't makes any difference.
Unfortunately the response time will be more delayed in case WEB-API, because in this case through Script Task we need to invoke Web-API and after that Web-API needs to invoke Process, but in earlier case directly process was invoking the Subprocess.
So as per my understanding and as per above contributions, he need to cut-off the nodes or else he should try performing these CRUD operation from User input Task by the help of Smart Service Functions, Also the solution provided by @coltonb as well as @stefanh791 is perfect as per my understanding.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
aloks0189
Certified Lead Developer
over 7 years ago
As per my understanding, it doesn't makes any difference whether you calling a subprocess along with MNI or else calling a script Task with MNI configuration which invokes Web-APi and the API invokes Sub process (process). Because as per Minal Statement, the User Input task is depending on the output of all MNI sub-processes, so whether we call a subprocess with MNI configuration or using a Script Task with MNI configurations doesn't makes any difference.
Unfortunately the response time will be more delayed in case WEB-API, because in this case through Script Task we need to invoke Web-API and after that Web-API needs to invoke Process, but in earlier case directly process was invoking the Subprocess.
So as per my understanding and as per above contributions, he need to cut-off the nodes or else he should try performing these CRUD operation from User input Task by the help of Smart Service Functions, Also the solution provided by @coltonb as well as @stefanh791 is perfect as per my understanding.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data