Script task

Certified Senior Developer

Does script task has any limitations?

Thanks.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to Dave Lewis

    Something that isn't impossible but is pretty frustrating when you run into it -- the fact that you can't take one complex expression and save various elements of it each into their own PV.  This often means that you're either adding multiple outputs to the same script task (regardless of how redundant they are in functionality) to populate each PV, and/or chaining together mutliple script tasks to do consecutive-style processing.

    Note that I don't exactly have a proposed solution in mind to this, but the fact that we still need to use such silly workarounds sometimes just underscores how dated and inflexible the functionality is.  That goes for the "output variable" system in general across most process model nodes, not just script tasks of course.

Children