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

[FR] Status code support in response expression #2060

Closed
igpetrov opened this issue Feb 29, 2024 · 5 comments · Fixed by #2309
Closed

[FR] Status code support in response expression #2060

igpetrov opened this issue Feb 29, 2024 · 5 comments · Fixed by #2309
Assignees
Labels
component:qa Task containing all details related to QA kind:enhancement New feature or request

Comments

@igpetrov
Copy link
Contributor

About

A Connectors user requested a status code in the response expression: https://forum.camunda.io/t/webhook-connector-response-statuscode/50684/2.

@igpetrov igpetrov added the kind:enhancement New feature or request label Feb 29, 2024
@sbuettner
Copy link
Contributor

As discussed in the architecture session, we will support a dedicated new property responseExpression:

{
  headers: {} 
  body: {}
  statusCode: 201
}

We will keep supporting the existing responseBodyExpression and will deprecate it at a later point in time.

@abdulazizali77
Copy link

@igpetrov id like to work on this

@igpetrov
Copy link
Contributor Author

Hi @abdulazizali77

Contributions are always welcome!

@igpetrov
Copy link
Contributor Author

Hi @abdulazizali77

Do you have an ETA for a PR?

@sbuettner sbuettner self-assigned this Mar 28, 2024
@sbuettner sbuettner added the component:qa Task containing all details related to QA label Apr 18, 2024
@sbuettner
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:qa Task containing all details related to QA kind:enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants