Hi i am migrating an ActiveVoS based BPEL workflow to Camunda . I am interested to know if Camunda provides any DEATH_PATH functionality to dynamically skip or execute a task . For Example , lets say , there is an exclusive Gateway with two conditions ORDER_ACCEPTED & ORDER_REJECTED . And if flow passed through ORDER_ACCEPTED branch , i want Camunda to internally process that ORDER_REJECTED branch was not processed and i want to execute some code in that branch acknowledging that the branch was SKIPPED . Can we achieve such kind of functionality with Camunda BPM ?