Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
engine5d opened this issue Oct 9, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@engine5d
Copy link

engine5d commented Oct 9, 2024

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 engine5d added the bug Something isn't working label Oct 9, 2024
@engine5d
Copy link
Author

engine5d commented Oct 9, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant