'Play' function not working

Hello everyone.

To interact with Camunda in a local development environment, I’m using the Docker Compose version of Camunda (all the various modules described here). Among these, the one currently giving me a problem is the Web Modeler, which I’d like to use to build my application workflows.
I’m having trouble with the “play” functionality of a BPMN diagram.
I can successfully deploy and run it, but when I try to simulate the flow with “play,” I get an error, as shown in the image below:

image

As suggested in the error ‘The diagram failed to deploy. Please check the Output tab in the Implement mode for more details.’, my Output tab displays this message:

As you can see, the workflow should be configured correctly, as it only consists of a start and end step.

How should I proceed? Did I configure something incorrectly? Could the issue be related to the cache mentioned in the error message?
Thanks

Hi @d.russo, welcome to the forums! I assume you are using an alpha version of 8.8 with Docker? If so, I suspect you are encountering this bug:

1 Like

yes it’s that’s my problem!

I resolve changing the env variabile ZEEBE_AUTHENTICATION_MODE=identity and with this the “play” work now.

I think it’s a bug of this version,
thanks so much for the suggestion!

@d.russo - it’s always a risk using an alpha release, because it’s known to be incomplete - but we appreciate the users who are using it and providing feedback so we can ensure the final release is as stable as possible!

I understand but i think i am using a released version, not alpha.

In my “.env” and my “docker-compose.yaml” files the version of Camunda is “8.7.x” it’s correct ?

@d.russo - oh, very interesting! Yes, if the .env says 8.7 then you’re on a stable release. I will make sure the team knows that this bug affects prior versions as well. Thanks for pointing this out!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.