elsa-core/src/scripting/Elsa.Scripting.JavaScript
Sipke Schoorstra e0c8601f96 Add jsonEncode/jsonDecode JS functions
This works around the limitation of Jint's JSON.stringify where it cannot properly serialize ExpandoObject.

Fixes #2426
2021-11-01 22:37:35 +01:00
..
Activities/RunJavaScript Update RunJavaScript.cs 2021-09-27 14:10:55 +02:00
Converters Implement support for HTTP file download for SendHttpRequest and WriteHttpResponse 2021-06-16 08:57:19 +02:00
Events The HttpEndpoint logic moved from Elsa.Scripting.JavaScript to Elsa.HttpEndpoint project 2021-09-28 15:06:13 +03:00
Extensions Merge branch 'master' into manual_workflow_trigger 2021-09-14 15:19:10 +03:00
Handlers Add jsonEncode/jsonDecode JS functions 2021-11-01 22:37:35 +01:00
Messages Merge branch 'develop' into feature/elsa-2.0 2020-01-16 21:23:45 +01:00
Options Add javascript option to disable config access 2021-08-07 18:56:13 +02:00
Providers The HttpEndpoint logic moved from Elsa.Scripting.JavaScript to Elsa.HttpEndpoint project 2021-09-28 15:06:13 +03:00
Services return enumerable if it is assignable from the desiredtype (#1669) 2021-10-25 13:47:07 +02:00
Typings Fix type definition provider for workflows 2021-08-07 18:28:25 +02:00
Elsa.Scripting.JavaScript.csproj Intermediate commit to the PR requests 2021-09-29 12:36:32 +03:00
FodyWeavers.xml Enhance project structure (#524) 2020-12-16 10:31:02 +01:00
FodyWeavers.xsd Enhance project structure (#524) 2020-12-16 10:31:02 +01:00
IsExternalInit.cs Increase javascript intellisense coverage 2021-05-30 12:51:58 +02:00
Startup.cs Implement infinite loop detection and handling 2021-09-01 19:06:07 +02:00