Issues configuring HTTP Polling Intermediate Catch Event Connector

Hello All,

I have been trying to configure the HTTP Polling Intermediate Catch Event Connector with no success. During execution the connector does not fail, it just keeps running forever and never proceeds with the rest of the flow. I have even tried to replicate the example in this documentation, but the same thing still happens.

Request response:

{
  "status": 200,
  "body": {
    "number": "212",
    "title": "Important Issue",
    "labels": [
      {
        "name": "bug"
      },
      {
        "name": "needs review"
      }
    ],
    "state": "closed",
    "html_url": "https://github.com/YourRepoOwner/YourRepoName/issues/212"
  }
}

Also, during the testing, I have noticed that setting as the correlation key the status field (with no condition), the connector works! So I think the issue is accessing a subfield (in this case, body.number) within the response payload, both from the Correlation key (payload) and in the Condition fields.

Do you know if I am missing something?

Thanks in advance for your help. :grinning: