Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conditions with Number as value are never fulfilled #69

Open
marstamm opened this issue Feb 28, 2024 · 0 comments
Open

Conditions with Number as value are never fulfilled #69

marstamm opened this issue Feb 28, 2024 · 0 comments
Assignees
Labels
backlog Queued in backlog bug Something isn't working

Comments

@marstamm
Copy link
Collaborator

Describe the Bug

Steps to Reproduce

  1. Create the following Conditional property
    {
      "type": "Text",
      "value": "displayed when static is 100",
      "binding": {
        "name": "text",
        "type": "zeebe:property"
      },
      "condition": {
        "property": "number-static",
        "equals": 100
      }
    }
  1. Add to element
  2. Even when number-static has value 100, the text is not shown

Expected Behavior

I can set the expected value as a number

Additional info

Reported here: camunda/camunda-modeler#4154 (comment)
related to camunda/camunda-modeler#3622

Environment

  • Host (Browser/Node version), if applicable: [e.g. MS Edge 18, Chrome 69, Node 10 LTS]
  • OS: [e.g. Windows 7]
  • Library version: [e.g. 2.0.0]
@marstamm marstamm added bug Something isn't working ready Ready to be worked on labels Feb 28, 2024
@marstamm marstamm self-assigned this Feb 28, 2024
@marstamm marstamm added the backlog Queued in backlog label Mar 18, 2024 — with bpmn-io-tasks
@marstamm marstamm removed the ready Ready to be worked on label Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Queued in backlog bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant