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

Document instance migration phases 3 and 4 #4348

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
7ef61f9
docs: add new instance migration grpc error cases
korthout Aug 26, 2024
9927ae0
docs: add new instance migration limitations
korthout Aug 26, 2024
9204c3a
docs: lift no-mapped boundary events limitation
korthout Aug 26, 2024
41aa111
wip: add section for dealing with catch events
korthout Sep 25, 2024
bc4eb4e
docs: document migrating catch events
berkaycanbc Sep 26, 2024
4c41776
docs: enrich the section for handling catch events
berkaycanbc Sep 26, 2024
31128f9
docs: move the section for handling catch events up
berkaycanbc Sep 26, 2024
0e549a8
docs: add supported bpmn elements section
berkaycanbc Sep 26, 2024
ac2c9ce
docs: change supported elements headers
korthout Sep 27, 2024
17b5633
docs: move supported elements to limitations
korthout Sep 27, 2024
f8f345e
docs: move supported elements under limitations
korthout Sep 27, 2024
7256b3a
docs: add first set of visuals for handling catch events
berkaycanbc Sep 27, 2024
771a2a7
docs: update image to the correct one
berkaycanbc Sep 27, 2024
496d472
docs: add more visuals for handling catch events
berkaycanbc Sep 27, 2024
e39a94f
docs: add more visuals for handling catch events
berkaycanbc Sep 30, 2024
415760a
docs: use event subprocess visual for add/remove catch event
berkaycanbc Oct 1, 2024
6d328bb
docs: fix links to the support bpmn elements
berkaycanbc Oct 1, 2024
1512577
docs: add link to REST API
berkaycanbc Oct 1, 2024
14ba941
docs: update same message name tip
berkaycanbc Oct 1, 2024
cb105c1
docs: add example for boundary event detachment
berkaycanbc Oct 1, 2024
2249f79
docs: simplify limitations section
berkaycanbc Oct 1, 2024
1a3a695
docs: add another catch event limitation
berkaycanbc Oct 1, 2024
5b3cb5d
docs: use existing bpmn symbol SVGs
berkaycanbc Oct 2, 2024
7ba0d8c
docs: move changing the process instance state discussion to intro
berkaycanbc Oct 2, 2024
b7bce48
docs: add supported bpmn elements to limitations section
berkaycanbc Oct 2, 2024
d072aee
docs: remove old comment
berkaycanbc Oct 2, 2024
dedd24d
docs: remove excessive sentence
berkaycanbc Oct 2, 2024
44ce49c
docs: remove unnecessary section
berkaycanbc Oct 2, 2024
c5a10ba
docs: emphasize catch event limitation in general
berkaycanbc Oct 2, 2024
89512d2
docs: apply suggestions from code review
berkaycanbc Oct 2, 2024
3cc2be2
docs: add limitations for multi-instance body
berkaycanbc Oct 2, 2024
182456a
docs: add operational semantics
berkaycanbc Oct 2, 2024
7521a27
docs: clarify what happens if migration fails
berkaycanbc Oct 2, 2024
f5db8fe
docs: simplify catch event behaviour explanations
berkaycanbc Oct 2, 2024
43a94fb
docs: simplify internal execution explanations
berkaycanbc Oct 4, 2024
66cc3d2
docs: group limitations section
berkaycanbc Oct 4, 2024
075dcc8
docs: add more rejection cases to RPC docs
berkaycanbc Oct 4, 2024
7e32280
docs: add message subscription limitation
berkaycanbc Oct 4, 2024
b8ad92b
docs: apply suggestions from tech writer review
berkaycanbc Oct 7, 2024
d4da397
Merge branch 'main' into korthout-22680-document-instance-migration-p…
berkaycanbc Oct 7, 2024
c73de80
docs: align error message style
berkaycanbc Oct 7, 2024
4e3bb19
docs: combine duplicated rejection message
berkaycanbc Oct 7, 2024
35613fc
docs: remove duplicated rejections
berkaycanbc Oct 7, 2024
b027eaf
docs: simplify internal execution section
berkaycanbc Oct 7, 2024
c426bc3
Merge branch 'main' into korthout-22680-document-instance-migration-p…
berkaycanbc Oct 7, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/apis-tools/zeebe-api/gateway-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -861,6 +861,9 @@ Returned if:
- A mapping instruction refers to an unsupported element (i.e. some elements will be supported later on)
- A mapping instruction refers to element in unsupported scenarios.
(i.e. migrating active elements with event subscriptions will be supported later on)
- A mapping instruction detaches a boundary event from an active element
- Multiple mapping instructions refer to the same catch event
- A mapping instruction changes a parallel multi-instance body to a sequential multi-instance body or vice versa

## `PublishMessage` RPC

Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
439 changes: 399 additions & 40 deletions docs/components/concepts/process-instance-migration.md

Large diffs are not rendered by default.

Loading