Skip to main content
May 20, 2021
Question

Script task

  • May 20, 2021
  • 13 replies
  • 0 views

Does script task has any limitations?

Thanks.

    13 replies

    davel001150
    May 20, 2021

    Really, only that the user can't directly interact with it.  Nothing with a saveInto will work.  Nothing only configured to work from within a saveInto will work.  

    May 20, 2021

    Am not getting you [mention:0256b90f5e134140946d5871cde1884e:e9ed411860ed4f2ba0265705b8793d05]

    davel001150
    May 20, 2021

    Objects with a saveInto parameter won't work, for instance a!textField, or any form of link.  a!startProcess() (if I remember how to spell it) and a few other functions can only work from within a component's saveInto parameter.  Those will not work from a script task.

    Anything that does not require user input is theoretically possible with a script task.