actions-marketplace-validations/Camunda 8 Action
A GitHub action to interact with Camunda SaaS
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 30, 2023
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/camunda-community-hub_camunda-platform-8-github-action@9ceee922b16da4ac2b0d7b9e852b319b09382478 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| operation | The operation to perform. One of publishMessage | createProcessInstance | createProcessInstanceWithResult | deployProcess | startWorker | yes | — |
| messageName | The name of the message for a publishMessage operation | no | — |
| variables | The stringified JSON of the variables for the operation | no | {} |
| correlationKey | The correlationKey for a publishMessage operation | no | — |
| timeToLive | The timeToLive for the message sent by a publishMessage operation | no | — |
| bpmnFilename | The bpmn file to deploy | no | — |
| bpmnDirectory | A directory from which to deploy bpmn files | no | — |
| bpmnProcessId | The id of the process definition for a createProcessInstance operation | no | — |
| requestTimeout | The requestTimeout for a createProcessInstanceWithResult operation | no | — |
| zeebeAddress | The ZEEBE_ADDRESS from your Camunda SaaS client credentials | no | — |
| zeebeClientId | The ZEEBE_CLIENT_ID from your Camunda SaaS client credentials | no | — |
| zeebeClientSecret | The ZEEBE_CLIENT_SECRET from your Camunda SaaS client credentials | no | — |
| zeebeAuthorizationServerUrl | The ZEEBE_AUTHORIZATION_SERVER_URL from your Camunda SaaS client credentials | no | — |
| clientConfig | The client credentials for Camunda SaaS | yes | — |
| workerHandlerFile | The file in your repo to load the worker handlers from | no | — |
| workerLifetimeMins | The number of minutes that the workers stay active | no | 10 |
| verbose | Set to true for verbose debugging information | no | — |
| quiet | Set the LOGLEVEL of the Zeebe Client and Worker to NONE | no | — |
Outputs
| name | description |
|---|---|
| result | The JSON stringified response from the operation, if a createProcess operation |