I have seen several examples to show the tasks of a process model. I´ve two interfaces, one for the tasks (AUTR_UserTaskReport_Dashboard) and one for task details (T_IF_IncidenciaProcesada), and I want to show both together (the second one down the firt one).
As someone already know, if you click on a task, it´ll open the task details (including the process variables, which are the ones I need access to).
The task details open in Tempo, but I want to show it down my grid, not in Tempo.
Is it possible?? Anybody know how to do it??
Thanks so much!
Pablo.
Discussion posts and replies are publicly visible
Hi Pablo Ramos Clemente,
First create Interface which fetch all task assigned to user using code mention in following link,
https://docs.appian.com/suite/help/18.4/recipe_display_a_users_tasks_in_a_grid_with_task_links.html
(remember you have to create constant pointing to Task report in Appian to get All Task related to user )
then include that interface in your Application Site and then try to execute.
It will resolve your problem....
As i done
Image(A) fetch all task on interface and then after click on task link it will redirect me to User Input Task Interface in same window as shown below in Image(B)
Hi amitb0004,
it would be a good plan B, but due to the design, I can not lose sight of the grid.
I found a example, https://docs.appian.com/suite/help/18.4/recipe_use_links_in_a_grid_to_show_more_details_and_edit_data.html
I created an interface with local variables to get the functionality I want:
Instead, I´ve a new problem. I created a Task Report (and his constant), but I dont receive any data.
The constant has the task report, T_C_RecordTask:
And the report is T_R_TaskPM:
So.. It isnt empty, and the query doesnt bring back nothing.
Thanks for your time!
Hi Pablo Ramos Clemente, showing task on same interface as you mention above is not possible as per my knowledge and Insted of creating you own Task Report search for "Tasks for User" in you appian designer objects which is already provided by and make its constant and used that constant in following code mention in following link which i already mention above docs.appian.com/.../recipe_display_a_users_tasks_in_a_grid_with_task_links.html
(After creating check missing precedent and it in your app )