Replies: 2 comments
-
Hey @seb-835. Unfortunately, Zeebe itself doesn't allow this behavior. See https://docs.camunda.io/docs/reference/grpc/
Maybe message events can solve this problem? See https://docs.camunda.io/docs/reference/bpmn-processes/message-events/message-events/ |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks @JonatanMartens , yes message events is the right solution. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
my worker is computing long time task , to avoid it to pop a new task for the job, because the first one is not finished, i set the task timeout to a big_value.
Is it possible to use value 0 or -1 for timeout to disable the re_activation ?
Best regards
Beta Was this translation helpful? Give feedback.
All reactions