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

Form Deployment is not written to the output #506

Open
ingorichtsmeier opened this issue Oct 31, 2023 · 0 comments
Open

Form Deployment is not written to the output #506

ingorichtsmeier opened this issue Oct 31, 2023 · 0 comments
Labels
Milestone

Comments

@ingorichtsmeier
Copy link
Contributor

ingorichtsmeier commented Oct 31, 2023

Describe the bug

When I deploy a form with the spring-client-zeebe, the output of the DeploymentEvent doesn't print the form.

To Reproduce

Add a deployment annotation that picks up forms from your classpath:

@Deployment(resources = {"classpath*:*.bpmn", "classpath*:*.form"})

The output on startup is just

Deployed: <FormDeploymentProcess:1>

Expected behavior

Output should be

Deployed: <FormDeploymentProcess:1>, <input1Form:1>

Environment:

  • OS: Windows 10
  • Deployment:
  • Spring-Zeebe Version: 8.3.1
  • SpringBoot Version: 3.1.4
  • Configuration:

Side Notes:
The same happens in the Java client: camunda/camunda#14931. But it is not related, as both clients (spring and Java) print the content of the DeploymentEvent differently.

@1nb0und 1nb0und added the bug label Nov 2, 2023
@1nb0und 1nb0und added this to the 8.3.x patch milestone Nov 2, 2023
@1nb0und 1nb0und modified the milestones: 8.3.x patch, 8.4.0 Dec 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants