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

JSON workflow failing for PrintMessage Step #16

Open
abhiyad opened this issue Nov 12, 2021 · 0 comments
Open

JSON workflow failing for PrintMessage Step #16

abhiyad opened this issue Nov 12, 2021 · 0 comments

Comments

@abhiyad
Copy link

abhiyad commented Nov 12, 2021

PrintMessage workflow fails with this error :
java.lang.RuntimeException: javax.script.ScriptException: :1:6 Expected ; but found 2.2
doing 2.2

The input json workflow looks like this
{
"id": "test-workflow",
"version": 1,
"dataType": "com.example.poc.WorkflowData",
"steps": [
{
"id": "print",
"stepType": "com.example.poc.PrintMessage",
"inputs": {
"message": "'doing 2.2'"
}
}
]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant