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
8 subscribers
Views
1318 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
AI and Rules
I know how to generate a SAIL interface for a user's tasks for a running ins
anesa
over 10 years ago
I know how to generate a SAIL interface for a user's tasks for a running instance. Any ideas on how to display all tasks associated with a running instance (in SAIL?)
OriginalPostID-141654
OriginalPostID-141654
Discussion posts and replies are publicly visible
0
Aleksi White
Appian Employee
over 10 years ago
Do you mean a running instance of a process model? In that case you can use numtasksforprocessmodelforstatus() to get the number of tasks with a specific status for a model, or getActiveTaskIDsForProcess() from the Task Smart Services Plug-in:
forum.appian.com/.../summary
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
anesa
over 10 years ago
I am referencing this:
forum.appian.com/.../SAIL_Recipes.html
--- I would like to display the Instance's Tasks in a grid as opposed to the User's Tasks.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Aleksi White
Appian Employee
over 10 years ago
Then you should still be able to use most of that tutorial, but just change the context for a!queryProcessAnalytics(). Replace the report you created for a specific user with the OOTB report "Tasks per Process Model".
With this you will also need to use the "contextProcessModels" field of a!queryProcessAnalytics() to pass in the desired process model as a context for the Tasks per Process Model report
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel