Skip to main content

Evaluate Expression Activity - Server Workflow - Custom function support?

Comments

2 comments

  • Ken Lyon

    Hi @Tyson Schoepflin? ,

     

    It's more likely a limitation of how Expressions are handled in Workflow Server. It runs in .NET and so the Typescript expressions are converted to C# before being executed. This is limited to using the corresponding properties and methods of objects in the C# implementation. It's not possible to declare functions on the fly like this without needing some kind of compilation.

    0
  • Tyson Schoepflin

    Thanks for the reply!

    0

Please sign in to leave a comment.