What happened?
Run old workflows on the latest main will cause the following error:
Caused by: com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "allowMultiInputs"
The cause is that we renamed "allowMultiInputs" to "disallowMultiInputs" in the workflow JSON in PR #4342.
How to reproduce?
Run a workflow produced by older version(before PR #4342) of Texera with latest main.
Cache vs Recompute 4.json
Version
1.1.0-incubating (Pre-release/Master)
Commit Hash (Optional)
No response
What browsers are you seeing the problem on?
No response
Relevant log output
What happened?
Run old workflows on the latest main will cause the following error:
Caused by: com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "allowMultiInputs"The cause is that we renamed "allowMultiInputs" to "disallowMultiInputs" in the workflow JSON in PR #4342.
How to reproduce?
Run a workflow produced by older version(before PR #4342) of Texera with latest main.
Cache vs Recompute 4.json
Version
1.1.0-incubating (Pre-release/Master)
Commit Hash (Optional)
No response
What browsers are you seeing the problem on?
No response
Relevant log output