elsa-workflows / elsa-workflows/elsa-core

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

Open
#6,011 1 comment 0 reactions 0 assignees View on GitHub
bug triaged
Dominant language
C#
Stars
7.9k
Forks
1.5k
Avg merge
15h 22m
Merged PRs (30d)
114

Description

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"
}
}
}
]
}
}`

Contributor guide

Open the contributing guide

Research direction

Start by running the Elsa 3.2 console sample with the JSON workflow shown, focusing on the Elsa.WriteLine activity and its JavaScript script expression. Trace why the activity is skipped and confirm the workflow prints "hello world" when the issue is fixed.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp, javascript
Domain
backend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.