Pausing /Resuming Jobs/workflows in Zeebe

I’m just starting out with Zeebe to orchestrate my workflows. But there is no mention of pausing/resuming jobs/complete workflow.
Is it supported in Zeebe latest release (I’m using Zeebe 0.23)?

1 Like

Hi @vatsalprakash2, no this is not supported in Zeebe as of 0.23, and it is not a scheduled feature at this time. Feel free to open a feature request with details of your use case here.

1 Like

It depends what actual @vatsalprakash2 wants to achieve. I mean if you are not complete the jobs for that specific job type then the workflow instance is paused.

Yeah, you can’t pause a workflow from Operate if workers are running to service it.

So there is no control API or management to say “Pause this specific workflow”

1 Like

No just stop the workers :sweat_smile:

1 Like

aka “Ghetto Global Pause”

1 Like