Souchet Céline
Souchet Céline
**Describe the bug** Currently, in [email protected], we parse the `Lane` from a `LaneSet` and from a `Process` directly. (See the `ProcessConverter` https://github.com/process-analytics/bpmn-visualization-js/blob/v0.26.0/src/component/parser/json/converter/ProcessConverter.ts#L95) However according to the BPMN specification, `Lane` lane...
- Use `email voting` BPMN diagram from BPMN spec in the demo. - Filter with the participant id (without displayed pool) -> Result: After filtering, the elements of the process...
For such elements, the parent property is not set to the Call Activity. If we filter a BPMN source to display only the content of a specific `Pool` (see #2063),...
**Is your feature request related to a problem? Please describe.** We want to customize a Shape/Edge giving the CSS content programatically, and not with the CSS class (already managed by...
The BPMN diagram can contains participant without `BPMNShape`. In this case, the pool is not displayed, but the BPMN elements related to the participant are displayed. Previously, it was not...
The filtering code already managed this use case and unit tests existed. To work, it needs that the parent relationship between the Call Activity and its elements was set. Previously,...
- https://www.npmjs.com/package/neverthrow?activeTab=versions#resultmaperr-method - https://www.npmjs.com/package/eslint-plugin-neverthrow - https://www.codementor.io/@supermacro/type-safe-error-handling-in-typescript-1bp40rs502 This library use `Either` pattern: - https://medium.com/inato/expressive-error-handling-in-typescript-and-benefits-for-domain-driven-design-70726e061c86 - https://antman-does-software.com/stop-catching-errors-in-typescript-use-the-either-type-to-make-your-code-predictable covers #35, #54
**Describe the solution you'd like** Update the MxGraph shape for Collapsed Event Sub-Processes, to render the start event marker. **What it's already done** All the elements of a sub process...
**Is your feature request related to a problem? Please describe.** Render BPMN Element - depends on #347 - The marker for a **Task** that is used for _compensation_ MUST be...