Zeebe Process Orchestration
Unified workflow capability for process orchestration with Zeebe, combining deployment, instance management, job handling, message correlation, signal broadcasting, incident resolution, and user task management for BPMN-based process automation.
What You Can Do
MCP Tools
get-topology
Get the current Zeebe cluster topology showing brokers, partitions, and health
deploy-resources
Deploy BPMN process definitions, DMN decisions, or forms to the Zeebe engine
create-process-instance
Create and start a new BPMN process instance with optional input variables
cancel-process-instance
Cancel a running process instance and all its subprocesses
migrate-process-instance
Migrate a running process instance to a newer version of the process definition
activate-jobs
Activate and lock jobs of a given type for a worker to process
complete-job
Complete a job with output variables after worker processing
fail-job
Report a job failure to trigger retry logic or incident creation
throw-error
Throw a BPMN error from a job to trigger error boundary event handling
update-job-retries
Update the remaining retry count for a job
publish-message
Publish a message for correlation with waiting process subscriptions
broadcast-signal
Broadcast a named signal to all matching signal catch events in running processes
resolve-incident
Resolve an incident to allow the failed operation to be retried
delete-resource
Delete a deployed resource (process, decision, or form) from Zeebe
assign-user-task
Assign a user task to a specific user for completion
complete-user-task
Complete a user task with optional output variables