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

GitHub outbound connector fails to create GitHub release #3973

Open
jfriedenstab opened this issue Feb 9, 2025 · 0 comments · May be fixed by #3974
Open

GitHub outbound connector fails to create GitHub release #3973

jfriedenstab opened this issue Feb 9, 2025 · 0 comments · May be fixed by #3974
Assignees
Labels
kind:bug Something isn't working scope:github

Comments

@jfriedenstab
Copy link

Describe the Bug

The GitHub outbound connector fails to create a new GitHub release. The GitHub API returns a 422 Unprocessable Entity error with the following error message:

Invalid request.\n\nFor 'properties/name', nil is not a string.

In Operate, you'll notice that the name property in the body is null:

Image

Steps to Reproduce

  1. Create a BPMN diagram with a task that uses the GitHub outbound connector.
    Image

  2. Select operation group "Releases" and operation type "Create a release":
    Image

  3. Configure authentication (GitHub token) and repository details.

  4. Provide valid input values for the release, for example:
    Image

  5. Deploy the diagram and start a new process instance.

Expected Behavior

The GitHub release was created successfully.

Environment

  • Camunda version: Camunda 8.6+gen7
  • Connectors version: 8.6.7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bug Something isn't working scope:github
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants