Skip to main content
January 28, 2022
Question

task

  • January 28, 2022
  • 2 replies
  • 0 views

how we can assign task to user on site and where do task save? i dont know if i am asking the right question. Can anyone tell me concept about task s, process report task and related things?

    2 replies

    harshitb6843
    January 28, 2022

    Hi there,

    Any User input task added in a process model is treated as a task. If you're on Tempo, you can access all your tasks from the Tasks tab. If you're on site, you need to create a list/grid for showing the tasks. 

    For this, you need to create a task report, create an expression rule to query that task report and create an interface to show the queried data. Then you can plug that interface inside any other interface that is mapped on a site or directly add it as a site page. 

    Task report - https://docs.appian.com/suite/help/21.4/Task_Report_Tutorial.html
    Querying task report - https://docs.appian.com/suite/help/21.4/fnc_system_a_queryprocessanalytics.html 

    January 28, 2022

    Got it, thanks for quick response.