Tasks: - [x] Create a custom inspector control in `src/components/inspectors`. - [x] Add the inspector under the Advanced accordion - [x] Add a radio group to the control with the following options: - Parallel multi-instance - Sequential multi-instance - Loop - No Loop - [x] Add checkbox for `isForCompensation` property - [x] Add custom `inspectorHandler` to `task/index.js` config to handle mapping of radio value to BPMN definition values. - [x] Add custom `inspectorData` to `task/index.js` config to handle mapping of BPMN definition values to radio group value.
Tasks:
src/components/inspectors.isForCompensationpropertyinspectorHandlertotask/index.jsconfig to handle mapping of radio value to BPMN definition values.inspectorDatatotask/index.jsconfig to handle mapping of BPMN definition values to radio group value.