Aller au contenu principal

Run C# code/script in Workflow 5 (Server side)

Non planifiée

Commentaires

1 commentaire

  • Ken Lyon

    I don't think it's going to be possible to compile and run C# source code in Workflow 5. We use TypeScript as the scripting language, which is then translated as needed to work in the .NET version. Compiling and executing arbitrary C# code would be quite a security concern.


    We do however have the Run Application activity (https://docs.geocortex.com/workflow/latest/help/Default.htm#wf5/help/activities/run-application.htm) which you could use to execute something that you have on your own machine. Maybe you could host a PowerShell script and execute it this way?

    0

Vous devez vous connecter pour laisser un commentaire.