Skip to content

JSON workflow failing for PrintMessage Step #16

@abhiyad

Description

@abhiyad

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions