Skip to content

Published version 4.0.3.Final does not contains the latest changes #192

Closed
@jrpedrianes

Description

@jrpedrianes

What happened:

The artifact published into maven central repository seems that is not compiled with the latest changes.

How to reproduce it:

Download the binary from:

And review if the latest changes are applied.

For example, If you go to WorkflowValidatorImpl.java file to line 333, the code must be the next:

                    if (!haveFunctionDefinition(
                        callbackState.getAction().getFunctionRef().getRefName(), functions)) {
                      addValidationError(
                          "CallbackState action function ref does not reference a defined workflow function definition",
                          ValidationError.WORKFLOW_VALIDATION);
                    }

But the code seems that is the old version.

Environment:

  • Specification version used: serverlessworkflow-validation-4.0.3.Final

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions