skayliu

Results 32 comments of skayliu

Hey guys, please pay attention to this issue [https://github.com/camunda/zeebe/issues/10310](https://github.com/camunda/zeebe/issues/10310), may be the lint rule shold make some adjust

Hi, @saig0, I've done the signal events model api support, Please review it, Thank you.

> ❌ I have one major concern: the changes would allow deploying a process with signal events. So, we should support the execution of signal events in the next major...

> * `io.camunda.zeebe.model.bpmn.validation.ZeebeStartEventValidationTest` > * `io.camunda.zeebe.model.bpmn.validation.ZeebeValidationTest` > * `io.camunda.zeebe.model.bpmn.validation.ZeebeBoundaryEventValidationTest` @saig0, It's all done, I've modified the signal event support tests and run these tests locally.

Hi, @saig0 @oleschoenburg, I found out the reason, when there are more than one process in a collaboration definition, use `context.getCurrentProcess()` to get the `innerActivity` could be null, so we...

Hi,@saig0, I'd love to make a PR for this, may i ?

Yes, I totally understand, It's more complex then message events, so i want to support the bpmn model api first.

@saig0, Also, the bpmn model api for conditional events is almost done.

@saig0 thank you for explaination, I got it. Here is my question, you can look up at the code, I didn't add `.terminateElement(task.getElementInstanceKey())`, What if we don't add '.terminateElement(task.getElementInstanceKey())', can...

Hi,@saig0, I'm trying to define the Script Tasks with Headers like below, Is this ok? >"language" stick to "feel" >"inlineScript" stick this key to evaluated in the Zeebe broker itself....