You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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" } } } ] } }
The text was updated successfully, but these errors were encountered: