Hi all,
I want to execute a script or some piece of validation code in these scenarios.If the validation fails i want to roll back /throw an exception.
1)Before starting a process instance . If validations fail process instance should not get started.
2) Before creating of the task/Before the marker enters a task. Rollback to the previous step if validation fails.
can the camunda listeners of be any use to me in this case??
TIA