@@ -86,8 +86,8 @@ Mendix supports a broad range of BPMN event types. Some are available directly a
8686| Variant | Support Level | How |
8787| ---| ---| ---|
8888| Start | π© Platform Native | Same as None Start β process the message data in a [ microflow] ( /refguide/microflows/ ) , create or populate an object of the entity type that the workflow expects, and start the workflow using the [ Call Workflow] ( /refguide/workflow-call/ ) activity by passing that [ context object] ( /refguide/workflow-call/#context-object ) . Alternatively, use the [ Call Workflow] ( /refguide/on-click-event/#call-workflow ) page action on a page. |
89- | Event Subprocess (Interrupting) | β
Workflow Native | [ Interrupting Notification Event Subprocess Start] ( /refguide/workflow-event-sub-processes/#triggers-and-notifications ) |
90- | Event Subprocess (Non-Interrupting) | β
Workflow Native | [ Non-Interrupting Notification Event Subprocess Start] ( /refguide/workflow-event-sub-processes/#triggers-and-notifications ) |
89+ | Event Subprocess (Interrupting) | β
Workflow Native | [ Interrupting Notification Event Subprocess Start] ( /refguide/workflow-event-sub-processes/#start-event-types ) |
90+ | Event Subprocess (Non-Interrupting) | β
Workflow Native | [ Non-Interrupting Notification Event Subprocess Start] ( /refguide/workflow-event-sub-processes/#start-event-types ) |
9191| Intermediate Catch | π¦ Planned | As Notification Event, use [ Wait for Notification] ( /refguide/wait-for-notification/ ) activity as an alternative. |
9292| Intermediate Boundary (Interrupting) | π¦ Planned | As Interrupting Notification Event. |
9393| Intermediate Boundary (Non-Interrupting) | π¦ Planned | As Non-Interrupting Notification Event. |
@@ -99,8 +99,8 @@ Mendix supports a broad range of BPMN event types. Some are available directly a
9999| Variant | Support Level | How |
100100| ---| ---| ---|
101101| Start | π© Platform Native | Use a [ scheduled event] ( /refguide/scheduled-events/ ) to run a [ microflow] ( /refguide/microflows/ ) that starts the workflow using the [ Call Workflow] ( /refguide/workflow-call/ ) activity. |
102- | Event Subprocess (Interrupting) | π¦ Planned | As Interrupting Timer Event Subprocess Start. |
103- | Event Subprocess (Non-Interrupting) | π¦ Planned | As Non-Interrupting Timer Event Subprocess Start. |
102+ | Event Subprocess (Interrupting) | β
Workflow Native | [ Interrupting Timer Event Subprocess Start] ( /refguide/workflow-event-sub-processes/#start-event-types ) |
103+ | Event Subprocess (Non-Interrupting) | β
Workflow Native | [ Non-Interrupting Timer Event Subprocess Start] ( /refguide/workflow-event-sub-processes/#start-event-types ) |
104104| Intermediate Catch | β
Workflow Native | [ Timer] ( /refguide/timer/ ) |
105105| Intermediate Boundary (Interrupting) | β
Workflow Native | [ Interrupting Timer Event] ( /refguide/timer/ ) |
106106| Intermediate Boundary (Non-Interrupting) | β
Workflow Native | [ Non-Interrupting Timer Event] ( /refguide/timer/ ) |
@@ -109,7 +109,7 @@ Mendix supports a broad range of BPMN event types. Some are available directly a
109109
110110| Variant | Support Level | How |
111111| ---| ---| ---|
112- | Event Subprocess (Interrupting) | π© Platform Native | Use an [ Interrupting Notification Event Subprocess Start] ( /refguide/workflow-event-sub-processes/#triggers-and-notifications ) to catch the event, and use a microflow to handle the error logic and send a notification using a [ Notify Workflow] ( /refguide/notify-workflow/ ) activity when an error occurs. |
112+ | Event Subprocess (Interrupting) | π© Platform Native | Use an [ Interrupting Notification Event Subprocess Start] ( /refguide/workflow-event-sub-processes/#start-event-types ) to catch the event, and use a microflow to handle the error logic and send a notification using a [ Notify Workflow] ( /refguide/notify-workflow/ ) activity when an error occurs. |
113113| Intermediate Boundary (Interrupting) | π¦ Planned | Use an * Interrupting Notification Event* (Planned) to catch the event, and use a microflow to handle the error logic and send a notification using a [ Notify Workflow] ( /refguide/notify-workflow/ ) activity when an error occurs. |
114114| End | π© Platform Native | Use a [ Call Microflow] ( /refguide/call-microflow/ ) activity as the throw event. Within the microflow, include a [ Notify Workflow] ( /refguide/notify-workflow/ ) activity to throw the error before the process completes. |
115115
@@ -118,8 +118,8 @@ Mendix supports a broad range of BPMN event types. Some are available directly a
118118| Variant | Support Level | How |
119119| ---| ---| ---|
120120| Start | π© Platform Native | Use a [ microflow] ( /refguide/microflows/ ) with multiple [ Call Workflow] ( /refguide/workflow-call/ ) activities to start multiple workflows and deliver the signal to all instances. |
121- | Event Subprocess (Interrupting) | π© Platform Native | Use an [ Interrupting Notification Event Subprocess Start] ( /refguide/workflow-event-sub-processes/#triggers-and-notifications ) to catch the event, and use a microflow with multiple [ Notify Workflow] ( /refguide/notify-workflow/ ) activities to deliver the signal to all waiting instances. |
122- | Event Subprocess (Non-Interrupting) | π© Platform Native | Use a [ Non-Interrupting Notification Event Subprocess Start] ( /refguide/workflow-event-sub-processes/#triggers-and-notifications ) to catch the event, and use a microflow with multiple [ Notify Workflow] ( /refguide/notify-workflow/ ) activities to deliver the signal to all waiting instances. |
121+ | Event Subprocess (Interrupting) | π© Platform Native | Use an [ Interrupting Notification Event Subprocess Start] ( /refguide/workflow-event-sub-processes/#start-event-types ) to catch the event, and use a microflow with multiple [ Notify Workflow] ( /refguide/notify-workflow/ ) activities to deliver the signal to all waiting instances. |
122+ | Event Subprocess (Non-Interrupting) | π© Platform Native | Use a [ Non-Interrupting Notification Event Subprocess Start] ( /refguide/workflow-event-sub-processes/#start-event-types ) to catch the event, and use a microflow with multiple [ Notify Workflow] ( /refguide/notify-workflow/ ) activities to deliver the signal to all waiting instances. |
123123| Intermediate Catch | π© Platform Native | Use a [ Wait for Notification] ( /refguide/wait-for-notification/ ) activity to catch the event, and use a microflow with multiple [ Notify Workflow] ( /refguide/notify-workflow/ ) activities to deliver the signal to all waiting instances. |
124124| Intermediate Boundary (Interrupting) | π¦ Planned | Use an * Interrupting Notification Event* (Planned) to catch the event, and use a microflow with multiple [ Notify Workflow] ( /refguide/notify-workflow/ ) activities to deliver the signal to all waiting instances. |
125125| Intermediate Boundary (Non-Interrupting) | π¦ Planned | Use a * Non-Interrupting Notification Event* (Planned) to catch the event, and use a microflow with multiple [ Notify Workflow] ( /refguide/notify-workflow/ ) activities to deliver the signal to all waiting instances. |
@@ -131,8 +131,8 @@ Mendix supports a broad range of BPMN event types. Some are available directly a
131131| Variant | Support Level | How |
132132| ---| ---| ---|
133133| Start | π© Platform Native | Use a [ microflow] ( /refguide/microflows/ ) that checks the condition and starts the workflow using the [ Call Workflow] ( /refguide/workflow-call/ ) activity only when the condition is met. |
134- | Event Subprocess (Interrupting) | π© Platform Native | Use an [ Interrupting Notification Event Subprocess Start] ( /refguide/workflow-event-sub-processes/#triggers-and-notifications ) to catch the event, and use a microflow to evaluate or create the condition and send a notification using a [ Notify Workflow] ( /refguide/notify-workflow/ ) activity when the condition is met. |
135- | Event Subprocess (Non-Interrupting) | π© Platform Native | Use a [ Non-Interrupting Notification Event Subprocess Start] ( /refguide/workflow-event-sub-processes/#triggers-and-notifications ) to catch the event, and use a microflow to evaluate or create the condition and send a notification using a [ Notify Workflow] ( /refguide/notify-workflow/ ) activity when the condition is met. |
134+ | Event Subprocess (Interrupting) | π© Platform Native | Use an [ Interrupting Notification Event Subprocess Start] ( /refguide/workflow-event-sub-processes/#start-event-types ) to catch the event, and use a microflow to evaluate or create the condition and send a notification using a [ Notify Workflow] ( /refguide/notify-workflow/ ) activity when the condition is met. |
135+ | Event Subprocess (Non-Interrupting) | π© Platform Native | Use a [ Non-Interrupting Notification Event Subprocess Start] ( /refguide/workflow-event-sub-processes/#start-event-types ) to catch the event, and use a microflow to evaluate or create the condition and send a notification using a [ Notify Workflow] ( /refguide/notify-workflow/ ) activity when the condition is met. |
136136| Intermediate Catch | π© Platform Native | Use [ Call Microflow] ( /refguide/call-microflow/ ) to evaluate the condition and return a result, then use a [ Decision] ( /refguide/decision-in-workflows/ ) to route the workflow based on that result. |
137137| Intermediate Boundary (Interrupting) | π¦ Planned | Use an * Interrupting Notification Event* (Planned) to catch the event, and use a microflow to evaluate or create the condition and send a notification using a [ Notify Workflow] ( /refguide/notify-workflow/ ) activity when the condition is met. |
138138| Intermediate Boundary (Non-Interrupting) | π¦ Planned | Use a * Non-Interrupting Notification Event* (Planned) to catch the event, and use a microflow to evaluate or create the condition and send a notification using a [ Notify Workflow] ( /refguide/notify-workflow/ ) activity when the condition is met. |
@@ -141,8 +141,8 @@ Mendix supports a broad range of BPMN event types. Some are available directly a
141141
142142| Variant | Support Level | How |
143143| ---| ---| ---|
144- | Event Subprocess (Interrupting) | π© Platform Native | Use an [ Interrupting Notification Event Subprocess Start] ( /refguide/workflow-event-sub-processes/#triggers-and-notifications ) to catch the event, and use a microflow to evaluate the escalation condition and send a notification using a [ Notify Workflow] ( /refguide/notify-workflow/ ) activity when the escalation needs to happen. |
145- | Event Subprocess (Non-Interrupting) | π© Platform Native | Use a [ Non-Interrupting Notification Event Subprocess Start] ( /refguide/workflow-event-sub-processes/#triggers-and-notifications ) to catch the event, and use a microflow to evaluate the escalation condition and send a notification using a [ Notify Workflow] ( /refguide/notify-workflow/ ) activity when the escalation needs to happen. |
144+ | Event Subprocess (Interrupting) | π© Platform Native | Use an [ Interrupting Notification Event Subprocess Start] ( /refguide/workflow-event-sub-processes/#start-event-types ) to catch the event, and use a microflow to evaluate the escalation condition and send a notification using a [ Notify Workflow] ( /refguide/notify-workflow/ ) activity when the escalation needs to happen. |
145+ | Event Subprocess (Non-Interrupting) | π© Platform Native | Use a [ Non-Interrupting Notification Event Subprocess Start] ( /refguide/workflow-event-sub-processes/#start-event-types ) to catch the event, and use a microflow to evaluate the escalation condition and send a notification using a [ Notify Workflow] ( /refguide/notify-workflow/ ) activity when the escalation needs to happen. |
146146| Intermediate Boundary (Interrupting) | π¦ Planned | Use an * Interrupting Notification Event* (Planned) to catch the event, and use a microflow to evaluate the escalation condition and send a notification using a [ Notify Workflow] ( /refguide/notify-workflow/ ) activity when the escalation needs to happen. |
147147| Intermediate Boundary (Non-Interrupting) | π¦ Planned | Use a * Non-Interrupting Notification Event* (Planned) to catch the event, and use a microflow to evaluate the escalation condition and send a notification using a [ Notify Workflow] ( /refguide/notify-workflow/ ) activity when the escalation needs to happen. |
148148| Intermediate Throw | π© Platform Native | Use a [ Call Microflow] ( /refguide/call-microflow/ ) activity as the throw event. Within the microflow, include a [ Notify Workflow] ( /refguide/notify-workflow/ ) activity to throw the escalation and continue the flow. |
@@ -152,7 +152,7 @@ Mendix supports a broad range of BPMN event types. Some are available directly a
152152
153153| Variant | Support Level | How |
154154| ---| ---| ---|
155- | Event Subprocess (Interrupting) | π© Platform Native | Use an [ Interrupting Notification Event Subprocess Start] ( /refguide/workflow-event-sub-processes/#triggers-and-notifications ) to catch the event, and use a microflow to evaluate the compensation condition and send a notification using a [ Notify Workflow] ( /refguide/notify-workflow/ ) activity when the compensation needs to happen. |
155+ | Event Subprocess (Interrupting) | π© Platform Native | Use an [ Interrupting Notification Event Subprocess Start] ( /refguide/workflow-event-sub-processes/#start-event-types ) to catch the event, and use a microflow to evaluate the compensation condition and send a notification using a [ Notify Workflow] ( /refguide/notify-workflow/ ) activity when the compensation needs to happen. |
156156| Intermediate Boundary (Interrupting) | π¦ Planned | Use an * Interrupting Notification Event* (Planned) to catch the event, and use a microflow to evaluate the compensation condition and send a notification using a [ Notify Workflow] ( /refguide/notify-workflow/ ) activity when the compensation needs to happen. |
157157| Intermediate Throw | π© Platform Native | Use a [ Call Microflow] ( /refguide/call-microflow/ ) activity as the throw event. Within the microflow, include a [ Notify Workflow] ( /refguide/notify-workflow/ ) activity to throw the compensation and redirect the flow to the compensating activity. |
158158| End | π© Platform Native | Use a [ Call Microflow] ( /refguide/call-microflow/ ) activity as the throw event. Within the microflow, include a [ Notify Workflow] ( /refguide/notify-workflow/ ) activity to throw the compensation before the process completes. |
0 commit comments