Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Be able to replace a typed event with the respective start/intermediate/end event version #4523

Closed
2 tasks
nikku opened this issue Sep 16, 2024 · 2 comments · Fixed by #4845
Closed
2 tasks
Assignees
Labels
BPMN enhancement New feature or request modeling spring cleaning Could be cleaned up one day ux
Milestone

Comments

@nikku
Copy link
Member

nikku commented Sep 16, 2024

Problem you would like to solve

As of today it is not straight forward to replace a typed event, i.e. a configured message start event, with the respective intermediate catch event partner. This can be needed as I refactor a process, i.e. the "trigger" is moved from in the flow ("intermediate catch") to an event sub-process ("start").

capture ZjSmv2_optimized

For example, given a message start in the above capture I'd like to see all of the following variants present:

image

What I have to do is to do the replace operation in the XML, or (1) create a new event, (2) re-wire all relevant connections, (3) copy manually over all implementation details. This violates our do the hard work and make it simple principle.

Proposed solution

  • For any typed event ("timer", "message", ...) the replace menu offers the ability to change to the respective alternative form ("start", "intermediate throw", "intermediate catch", "end")
  • Relevant implementation details are preserved (i.e. wired message), where applicable

Alternatives considered

None.

Additional context

Reported by @falko here.

@nikku nikku added BPMN modeling enhancement New feature or request ux spring cleaning Could be cleaned up one day labels Sep 16, 2024
@barmac barmac added the backlog Queued in backlog label Sep 16, 2024
@barmac
Copy link
Collaborator

barmac commented Sep 16, 2024

Thanks for the feature request. I think it's a great idea, but since it's not urgent, I am moving this to the backlog.

@barmac barmac self-assigned this Feb 17, 2025
@barmac barmac added in progress Currently worked on and removed backlog Queued in backlog labels Feb 17, 2025
barmac added a commit to bpmn-io/bpmn-js that referenced this issue Feb 17, 2025
barmac added a commit to bpmn-io/bpmn-js that referenced this issue Feb 18, 2025
@barmac barmac added fixed upstream Requires integration of upstream change and removed in progress Currently worked on labels Feb 18, 2025
@barmac
Copy link
Collaborator

barmac commented Feb 18, 2025

Fixed upstream via bpmn-io/bpmn-js#2282

nikku added a commit that referenced this issue Feb 21, 2025
@bpmn-io-tasks bpmn-io-tasks bot added needs review Review pending and removed fixed upstream Requires integration of upstream change labels Feb 21, 2025
@jarekdanielak jarekdanielak added this to the M86 milestone Feb 21, 2025
nikku added a commit that referenced this issue Feb 21, 2025
@bpmn-io-tasks bpmn-io-tasks bot removed the needs review Review pending label Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BPMN enhancement New feature or request modeling spring cleaning Could be cleaned up one day ux
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants