You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The customer had a process running in different versions:
V1, this instance was blocked on a Polling Connector (because we didn't start any connector for this process version)
V3, working instances
Steps to Reproduce
Create a new BPMN diagram, using an Intermediate Polling connector
Configure the connector's activation condition so that it blocks there (body.status = "Awesome!NOTCOMPLETED", if your endpoint returns a body with {status: "Awesome!"})
Deploy (V1), and start the process
Make some changes and deploy+start (V2)
Change the response body (use beeceptor) to "Awesome!NOTCOMPLETED"
The V1 instance doesn't complete because the connector is not activated anymore
Expected Behavior
Connectors are activated if they're part of a running process instance.
Describe the Bug
Currently, Inbound Connectors are activated only for the latest version of each process definition.
This is incorrect, see this discussion.
The customer had a process running in different versions:
Steps to Reproduce
Expected Behavior
Connectors are activated if they're part of a running process instance.
See https://jira.camunda.com/browse/SUPPORT-23440
The text was updated successfully, but these errors were encountered: