camunda-community-hub/Camunda 8 Action

A GitHub action to interact with Camunda SaaS

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
operationThe operation to perform. One of publishMessage | createProcessInstance | createProcessInstanceWithResult | deployProcess | startWorkeryes
messageNameThe name of the message for a publishMessage operationno
variablesThe stringified JSON of the variables for the operationno{}
correlationKeyThe correlationKey for a publishMessage operationno
timeToLiveThe timeToLive for the message sent by a publishMessage operationno
bpmnFilenameThe bpmn file to deployno
bpmnDirectoryA directory from which to deploy bpmn filesno
bpmnProcessIdThe id of the process definition for a createProcessInstance operationno
requestTimeoutThe requestTimeout for a createProcessInstanceWithResult operationno
zeebeAddressThe ZEEBE_ADDRESS from your Camunda SaaS client credentialsno
zeebeClientIdThe ZEEBE_CLIENT_ID from your Camunda SaaS client credentialsno
zeebeClientSecretThe ZEEBE_CLIENT_SECRET from your Camunda SaaS client credentialsno
zeebeAuthorizationServerUrlThe ZEEBE_AUTHORIZATION_SERVER_URL from your Camunda SaaS client credentialsno
clientConfigThe client credentials for Camunda SaaSyes
workerHandlerFileThe file in your repo to load the worker handlers fromno
workerLifetimeMinsThe number of minutes that the workers stay activeno10
verboseSet to true for verbose debugging informationno
quietSet the LOGLEVEL of the Zeebe Client and Worker to NONEno
namedescription
resultThe JSON stringified response from the operation, if a createProcess operation