Skip to main content
arpita0001
June 20, 2021
Question

Script Task Vs User Input Task

  • June 20, 2021
  • 13 replies
  • 0 views

difference between script task and user input task? And why we use? And when we use?

13 replies

stefanhelzle0001
June 20, 2021
peter.lewis
Employee
June 21, 2021

Agreed, I'd also highly recommend the Academy Online training courses. These courses provide answers to all the questions you have asked: community.appian.com/.../courses

gayathris111098
June 21, 2021

1.  User input task node allows a designer to associate an interface to an user attended activity.
For detailed information about how to design interfaces, including how to enable user interactions, how to save and validate user inputs, and how to submit user inputs to process, see the Interface Object page. 

2.  The Script Task is used to perform an automated activity (which does not require a user to complete a form). It is typically used to execute an expression or rule and capture it in the process variable and use it further in a process. 

stewart.burchell
June 22, 2021

Conceptually ALL steps/nodes/smart services in a Process Model are "tasks". But it's only a "User Input Task" that is used to present a form/user interface to a User for, you've guessed it, "input" from that User! All other "tasks" have either very concrete functionality (e.g. "Write to Datastore") or the more abstract "Script Task" (which can invoke a wide range of  functionality in the rule!, fn! or a! domains)

August 23, 2022

Sir why do we configure only node outputs on script task ?

August 23, 2022

If i configure node inputs of a script task is it a mistake ?