jworkflow
jworkflow copied to clipboard
JSON workflow failing for PrintMessage Step
PrintMessage workflow fails with this error :
java.lang.RuntimeException: javax.script.ScriptException:
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'" } } ] }