jworkflow icon indicating copy to clipboard operation
jworkflow copied to clipboard

JSON workflow failing for PrintMessage Step

Open abhiyad opened this issue 4 years ago • 0 comments

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

abhiyad avatar Nov 12 '21 08:11 abhiyad