Releases: camunda-community-hub/camunda-platform-8-github-action
Releases · camunda-community-hub/camunda-platform-8-github-action
Camunda Platform 8 SaaS
This release uses the pure JS gRPC client, and is fully compatible with Camunda Platform 8 SaaS.
Fix for Zeebe Authorization Server Url param
1.0.1 Merge branch 'master' of github.com:camunda-community-hub/camunda-clo…
Pure JS gRPC
This release uses the pure JS gRPC implementation. It requires Node versions 12.22.5+, 14.17.5+, or 16.6.1+.
Fix Worker deps install
Installs worker deps in the correct directory.
Install Worker Deps
Dependencies in a package.json
file in the .github/workflows
folder are installed when workers are started.
0.5.0
- Allow using the client credentials block from Camunda Cloud as
client_config
to simplify configuration for users.
0.4.0
- Add
deployWorkflow
operation.
0.3.0
Add a link to the blog article that shows you how to use it.
0.2.0
Updated the README with a message publishing example.
Hello World
This action allows you to orchestrate your GitHub workflows across multiple repos using BPMN models executed by Zeebe in Camunda Cloud.
In this release you can do three operations:
- publishMessage
- createWorkflowInstance
- createWorkflowInstanceWithResult