Callback state validation #829
|
I'm experiencing a syntax error in the Serverless Workflow Web Editor and the Java SDK while using the callback state example provided in the specification. Could you please verify if this issue lies within the specification itself ? |
Replies: 3 comments 9 replies
|
@madhubabu5 we have the fix for the web editor: open-workflow-specification/vscode-extension#26 @JBBianchi do you know if this PR will also fix the web editor? I guess we have to open a PR in the website too including your changes? For the Java SDK, which version are you using? |
|
@ricardozanini the VSCoode extension isn't the web editor. Both the extension and the web editor are based on the TypeScript SDK. It's probably where the problem lies. @madhubabu5 could you please provide more info about the said problem, for example a sample workflow reproducing this behavior? |
|
Closing, as the discussion was answered and the issue is now stale given it applies to a discontinued version of the spec! |
@ricardozanini @JBBianchi
Bug: ! is missing in the if condition in the version 4.0.3.Final
This was already fixed and available from version 4.0.5.Final. So I will upgrade my version. Thanks for your help.