Conditionnel catching event


hello, i have a question how can i sent the condition for make process contine

Currently, you’ll need to trigger runtimeService.evaluateConditionalEvent(processInstanceId).

how can i do it via modeler or postman ???

Hey @Yas,

You cannot do it via the modeler.

However, you can do it through the REST API. Have a look at Flowable Process Swagger Documentation

Cheers,
Filip