Hi,
I have been digging around your script engine and would like to know a bit more about the constraints.
Could you tell which package you are using to map onto the CLR so I can refer to it docs. Mainly I am trying to work out what is indeed possible.
For example:
- I tried to load my own DLL but the reflection namespace is excluded.
- I tried including some of the C# syntax such as @litteral and using.
- I tried deserializing some JSON to a class I included but it did not like me defining classes.
I also note you say to avoid async as the workflow engine is not going to wait. This is fair enough but does that only include JS async? Can I use .net async?
Also can you use async when not "part of the workflow" for example building a list for a question.
Sorry for the random questions, just getting my head around it