elsa-core icon indicating copy to clipboard operation
elsa-core copied to clipboard

[BUG] console application running json workflow can not use script expression, It seems as be skiped

Open engine5d opened this issue 1 year ago • 1 comments

in elsa 3.2. use sample application running json workflow like following, Writeline activity will be skiped, why?????????

{ "name": "Hello World", "root": { "id": "Flowchart1", "type": "Elsa.Flowchart", "activities": [ { "id": "WriteLine1", "type": "Elsa.WriteLine", "text": { "typeName": "String", "expression": { "type": "JavaScript", "value": "\u0060hello world\u0060" } } } ] } }

engine5d avatar Oct 09 '24 10:10 engine5d

if the expression type is "Literal", the workflow run ok. and if I debug , I can step in wriline activity code. But if the expression type is "Javascript" or "CSharp", can not enter in the writeline activity code.

engine5d avatar Oct 09 '24 10:10 engine5d