| BPMN File | Score | Process | Complexity | Nodes | Service | Script | User | Gateways | Events | Timer | Cancel | Comp | Cond | Trans | Java |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Timer_Event_check_Diagram_Aligned.bpmn | 155 | Complex Timer Migration Example | Critical | 31 | 0 | 0 | 10 | 2 | 5 | 8 | 0 | 0 | 0 | 1 | 0 |
| Coditional_Start_Event.bpmn | 16 | Conditional Start Event Example | Simple | 3 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 |
| Missing_Additional_Elements_Migration_Test.bpmn | 128 | Comprehensive Camunda 7.21 Test Process | Critical | 22 | 2 | 0 | 2 | 3 | 2 | 0 | 0 | 0 | 0 | 1 | 0 |
| Call_Process_Advanced.bpmn | 50 | Call Process Advanced | Medium | 10 | 2 | 1 | 2 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 2 |
| Transaction_Sub_Process.bpmn | 276 | Transaction_Sub_Process | Extreme Critical | 21 | 6 | 0 | 1 | 0 | 7 | 0 | 0 | 3 | 0 | 1 | 6 |
| Parallel_Flow.bpmn | 37 | Parallel Gateway with Joining | Medium | 7 | 3 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 3 |
| Transaction_with_Cancel_Compensation_Event.bpmn | 275 | Transaction with Cancel & Compensation | Extreme Critical | 22 | 6 | 0 | 0 | 0 | 7 | 0 | 0 | 3 | 0 | 1 | 6 |
| Saudi_Interview_Sample.bpmn | 123 | Saudi Interview | Critical | 22 | 2 | 2 | 3 | 2 | 2 | 1 | 0 | 0 | 0 | 1 | 2 |
| Timer_Event_check1.bpmn | 155 | Complex Timer Migration Example | Critical | 31 | 0 | 0 | 10 | 2 | 1 | 8 | 0 | 0 | 0 | 1 | 0 |
| Coditional_Start_Event2.bpmn | 73 | Conditional Start Event Example | Complex | 15 | 0 | 0 | 5 | 0 | 0 | 0 | 0 | 0 | 5 | 1 | 0 |
| Message_Start_Event.bpmn | 19 | Event-Based Start (Message Only) | Simple | 3 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| HTTP_Connector.bpmn | 11 | HTTP_Connector | Simple | 3 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| Java Delegate | Used In | Plain Java Worker | Spring Boot Worker |
|---|---|---|---|
| com.example.CompensateInventoryDelegate | Transaction_with_Cancel_Compensation_Event.bpmnโCompensate Inventory | โ | โ |
| com.example.CompensatePaymentDelegate | Transaction_with_Cancel_Compensation_Event.bpmnโCompensate Payment | โ | โ |
| com.example.CompensateShipmentDelegate | Transaction_with_Cancel_Compensation_Event.bpmnโCompensate Shipment | โ | โ |
| com.example.util.CreateArray | Saudi_Interview_Sample.bpmnโCreate Array [1,2,3], Saudi_Interview_Sample.bpmnโCreate Array [6,7,8] | ScriptWorker, CreateArray | ScriptWorker, script, CreateArray |
| com.example.util.JDelegateForExample | Call_Process_Advanced.bpmnโCall JavaDelegate | ScriptWorker, JDelegateForExample | ScriptWorker, script, JDelegateForExample |
| com.example.OrderShipmentDelegate | Transaction_with_Cancel_Compensation_Event.bpmnโOrder Shipment | โ | โ |
| com.example.ProcessOrderDelegate | Missing_Additional_Elements_Migration_Test.bpmnโProcess Order Signal | โ | โ |
| com.example.ProcessPaymentDelegate | Missing_Additional_Elements_Migration_Test.bpmnโProcess Payment, Transaction_with_Cancel_Compensation_Event.bpmnโProcess Payment | send-sendtask_email, ProcessPaymentDelegate | send-sendtask_email, ProcessPaymentDelegate |
| com.example.util.ShipmentCompensation | Transaction_Sub_Process.bpmnโDelete Order Shipment, Transaction_Sub_Process.bpmnโDelete Procedures and 1 more... | ShipmentCompensation | ShipmentCompensation |
| com.example.util.ShipmentTransaction | Transaction_Sub_Process.bpmnโOrder Shipment, Transaction_Sub_Process.bpmnโProcess Procedure and 1 more... | ShipmentTransaction | ShipmentTransaction |
| com.example.TaskADelegate | Parallel_Flow.bpmnโTask A | โ | โ |
| com.example.TaskBDelegate | Parallel_Flow.bpmnโTask B | โ | โ |
| com.example.TaskCDelegate | Parallel_Flow.bpmnโTask C | โ | โ |
| com.example.UpdateInventoryDelegate | Transaction_with_Cancel_Compensation_Event.bpmnโUpdate Inventory | โ | โ |
| Migration Pattern | Count | Affected Processes |
|---|---|---|
| Cancel Event โ Error Event | 2 | Transaction_Sub_Process, Transaction with Cancel & Compensation |
| Conditional Event JUEL โ FEEL | 6 | Conditional Start Event Example, Conditional Start Event Example, Conditional Start Event Example and 3 more... |
| Escalation Event โ Escalation Event (with FEEL) | 1 | Comprehensive Camunda 7.21 Test Process |
| Event Subprocess โ Preserved with Review | 4 | Complex Timer Migration Example, Comprehensive Camunda 7.21 Test Process, Saudi Interview and 1 more... |
| Event-Based Gateway โ Event-Based Gateway (with Configuration) | 1 | Saudi Interview |
| Script Task โ Job Worker | 3 | Call Process Advanced, Saudi Interview, Saudi Interview |
| Transaction Subprocess โ Standard SubProcess | 2 | Transaction_Sub_Process, Transaction with Cancel & Compensation |
| Category | Count | Description |
|---|---|---|
| Plain Java Individual JARs | 0 | None generated |
| Spring Boot Individual JARs | 0 | None generated |
| Plain Java Group JAR | 0 | None generated |
| Spring Boot Group JAR | 0 | None generated |
| ScriptWorker Individual JARs | 0 | None generated |
| TOTAL JARs | 0 | All JAR files generated |
Note: All BPMN nodes are listed.
| BPMN File Name | Score | Source Node | Source ID | Source Type | Migrated Node | Migrated ID | Migrated Type | Status |
|---|---|---|---|---|---|---|---|---|
| Timer_Event_check_Diagram_Aligned.bpmn | 155 | Timer Start | StartEvent_Timer | Start | Timer Start | StartEvent_Timer | Start | โ Preserved |
| Process Initial Data | Task_1 | User Task | Process Initial Data | Task_1 | User Task | โ Preserved | ||
| Timeout | BoundaryEvent_Interrupting | Boundary Event | Timeout | BoundaryEvent_Interrupting | Boundary Event | โ Preserved | ||
| Handle Escalation | Task_Escalation | User Task | Handle Escalation | Task_Escalation | User Task | โ Preserved | ||
| Escalated End | EndEvent_Escalation | End | Escalated End | EndEvent_Escalation | End | โ Preserved | ||
| Check Quality | Gateway_1 | Exclusive Gateway | Check Quality | Gateway_1 | Exclusive Gateway | โ Preserved | ||
| Hourly Check | IntermediateEvent_Timer | Intermediate Catch | Hourly Check | IntermediateEvent_Timer | Intermediate Catch | โ Preserved | ||
| Process Quality Check | Task_3 | User Task | Process Quality Check | Task_3 | User Task | โ Preserved | ||
| Reminder | BoundaryEvent_NonInterrupting | Boundary Event | Reminder | BoundaryEvent_NonInterrupting | Boundary Event | โ Preserved | ||
| Send Reminder Notification | Task_Reminder | User Task | Send Reminder Notification | Task_Reminder | User Task | โ Preserved | ||
| Reminder Sent | EndEvent_Reminder | End | Reminder Sent | EndEvent_Reminder | End | โ Preserved | ||
| Parallel Processing | SubProcess_MultiInstance | Sub Process | Parallel Processing | SubProcess_MultiInstance | Sub Process | โ Preserved | ||
| Start Parallel | StartEvent_Multi | Start | Start Parallel | StartEvent_Multi | Start | โ Preserved | ||
| Process Item | Task_Multi | User Task | Process Item | Task_Multi | User Task | โ Preserved | ||
| Instance Timeout | BoundaryEvent_MultiTimer | Boundary Event | Instance Timeout | BoundaryEvent_MultiTimer | Boundary Event | โ Preserved | ||
| Handle Instance Timeout | Task_MultiTimeout | User Task | Handle Instance Timeout | Task_MultiTimeout | User Task | โ Preserved | ||
| Instance Timeout Handled | EndEvent_MultiTimeout | End | Instance Timeout Handled | EndEvent_MultiTimeout | End | โ Preserved | ||
| Multi-Instance Complete | EndEvent_Multi | End | Multi-Instance Complete | EndEvent_Multi | End | โ Preserved | ||
| Timer-Driven Event Subprocess | SubProcess_Event | Sub Process | Timer-Driven Event Subprocess | SubProcess_Event | Sub Process | โ Preserved | ||
| Event Subprocess Start | StartEvent_EventSub | Start | Event Subprocess Start | StartEvent_EventSub | Start | โ Preserved | ||
| Execute Event Task | Task_Event | User Task | Execute Event Task | Task_Event | User Task | โ Preserved | ||
| Event Complete | EndEvent_Event | End | Event Complete | EndEvent_Event | End | โ Preserved | ||
| Overall Deadline | BoundaryEvent_SubprocessTimer | Boundary Event | Overall Deadline | BoundaryEvent_SubprocessTimer | Boundary Event | โ Preserved | ||
| Handle Deadline | Task_Deadline | User Task | Handle Deadline | Task_Deadline | User Task | โ Preserved | ||
| Deadline Exceeded | EndEvent_Deadline | End | Deadline Exceeded | EndEvent_Deadline | End | โ Preserved | ||
| Consolidate | Gateway_2 | Exclusive Gateway | Consolidate | Gateway_2 | Exclusive Gateway | โ Preserved | ||
| Finalize Process | Task_Final | User Task | Finalize Process | Task_Final | User Task | โ Preserved | ||
| Finalization Timeout | BoundaryEvent_FinalTimer | Boundary Event | Finalization Timeout | BoundaryEvent_FinalTimer | Boundary Event | โ Preserved | ||
| Handle Finalization Timeout | Task_FinalTimeout | User Task | Handle Finalization Timeout | Task_FinalTimeout | User Task | โ Preserved | ||
| Finalization Timed Out | EndEvent_FinalTimeout | End | Finalization Timed Out | EndEvent_FinalTimeout | End | โ Preserved | ||
| Process Complete | EndEvent_Success | End | Process Complete | EndEvent_Success | End | โ Preserved | ||
| Coditional_Start_Event.bpmn | 16 | Temperature Alert | StartEvent_Conditional | Start | Temperature Alert | StartEvent_Conditional | Start | โ Preserved |
| Handle Temperature Alert | Task_HandleAlert | User Task | Handle Temperature Alert | Task_HandleAlert | User Task | โ Preserved | ||
| Alert Handled | EndEvent_Success | End | Alert Handled | EndEvent_Success | End | โ Preserved | ||
| Missing_Additional_Elements_Migration_Test.bpmn | 128 | Start | StartEvent_None | Start | Start | StartEvent_None | Start | โ Preserved |
| Send Email Notification | SendTask_Email | Send Task | Send Email Notification | SendTask_Email | Send Task | โ Preserved | ||
| Wait for Payment | ReceiveTask_Wait | Receive Task | Wait for Payment | ReceiveTask_Wait | Receive Task | โ Preserved | ||
| Process Payment | ServiceTask_ProcessPayment | Service Task | Process Payment | ServiceTask_ProcessPayment | Service Task | โ Preserved | ||
| Critical Failure | CriticalErrorEvent | Boundary Event | Critical Failure | CriticalErrorEvent | Boundary Event | โ Preserved | ||
| Decision (OR) | Gateway_Inclusive | Inclusive Gateway | Decision (OR) | Gateway_Inclusive | Inclusive Gateway | โ Preserved | ||
| Physical Inspection | ManualTask_Inspection | Manual Task | Physical Inspection | ManualTask_Inspection | Manual Task | โ Preserved | ||
| Manager Approval | UserTask_Approval | User Task | Manager Approval | UserTask_Approval | User Task | โ Preserved | ||
| Escalation | EscalationEvent_Timeout | Boundary Event | Escalation | EscalationEvent_Timeout | Boundary Event | โ Preserved | ||
| Gateway_Merge | Exclusive Gateway | Gateway_Merge | Exclusive Gateway | โ Preserved | ||||
| Join (OR) | Gateway_Join | Inclusive Gateway | Join (OR) | Gateway_Join | Inclusive Gateway | โ Preserved | ||
| Order Shipped | IntermediateThrowEvent_Message | Intermediate Throw | Order Shipped | IntermediateThrowEvent_Message | Intermediate Throw | โ Preserved | ||
| Error Event Subprocess | EventSubProcess_Error | Sub Process | Error Event Subprocess | EventSubProcess_Error | Sub Process | โ Preserved | ||
| StartEvent_Error | Start | StartEvent_Error | Start | โ Preserved | ||||
| Handle Payment Error | UserTask_HandleError | User Task | Handle Payment Error | UserTask_HandleError | User Task | โ Preserved | ||
| Error Handled | EndEvent_Error | End | Error Handled | EndEvent_Error | End | โ Preserved | ||
| Signal Start | StartEvent_Signal | Start | Signal Start | StartEvent_Signal | Start | โ Preserved | ||
| Process Order Signal | ServiceTask_ProcessOrder | Service Task | Process Order Signal | ServiceTask_ProcessOrder | Service Task | โ Preserved | ||
| Signal Order Shipped | IntermediateThrowEvent_Signal | Intermediate Throw | Signal Order Shipped | IntermediateThrowEvent_Signal | Intermediate Throw | โ Preserved | ||
| Process Complete | EndEvent_Normal | End | Process Complete | EndEvent_Normal | End | โ Preserved | ||
| Emergency Terminate | EndEvent_Terminate | End | Emergency Terminate | EndEvent_Terminate | End | โ Preserved | ||
| Event_1bsqsxx | End | Event_1bsqsxx | End | โ Preserved | ||||
| Call_Process_Advanced.bpmn | 50 | StartEvent_1 | Start | StartEvent_1 | Start | โ Preserved | ||
| Event_1tuvrl3 | End | Event_1tuvrl3 | End | โ Preserved | ||||
| Check Passed Variable | Activity_1wzw0ng | Script Task | Check Passed Variable | Activity_1wzw0ng | Script Task | โ Preserved | ||
| Waiting for checking the passed values from Parent | Activity_12fwww0 | User Task | Waiting for checking the passed values from Parent | Activity_12fwww0 | User Task | โ Preserved | ||
| Gateway_1rp0jjk | Parallel Gateway | Gateway_1rp0jjk | Parallel Gateway | โ Preserved | ||||
| Gateway_1iobyc9 | Parallel Gateway | Gateway_1iobyc9 | Parallel Gateway | โ Preserved | ||||
| Call JavaDelegate | Activity_1m1ohc8 | Service Task | Call JavaDelegate | Activity_1m1ohc8 | Service Task | โ Preserved | ||
| Call External - Topic (Demo-Topic) | Activity_0i0h83c | Service Task | Call External - Topic (Demo-Topic) | Activity_0i0h83c | Service Task | โ Preserved | ||
| Check Result | Activity_19aprs5 | User Task | Check Result | Activity_19aprs5 | User Task | โ Preserved | ||
| Call Transaction Sub Process Compensation | Activity_1uyynzg | Call Activity | Call Transaction Sub Process Compensation | Activity_1uyynzg | Call Activity | โ Preserved | ||
| Transaction_Sub_Process.bpmn | 276 | StartEvent_1 | Start | StartEvent_1 | Start | โ Preserved | ||
| Event_05jek88 | End | Event_05jek88 | End | โ Preserved | ||||
| Transaction_Sub_Process_Compensation | Activity_0mtq3p8 | Transaction | Transaction_Sub_Process_Compensation | Activity_0mtq3p8 | Sub Process | ๐ Type Changed | ||
| Event_13f1omp | Start | Event_13f1omp | Start | โ Preserved | ||||
| Event_1y0yltr | End | Event_1y0yltr | End | โ Preserved | ||||
| Order Shipment | Activity_04h2khn | Service Task | Order Shipment | Activity_04h2khn | Service Task | โ Preserved | ||
| Process Procedure | Activity_0qlveui | Service Task | Process Procedure | Activity_0qlveui | Service Task | โ Preserved | ||
| Deliver to Shipment | Activity_1lz8y7y | Service Task | Deliver to Shipment | Activity_1lz8y7y | Service Task | โ Preserved | ||
| Event_0ca64zn | Boundary Event | Event_0ca64zn | Boundary Event | โ Preserved | ||||
| Event_11hszja | Boundary Event | Event_11hszja | Boundary Event | โ Preserved | ||||
| Event_0u16guw | Boundary Event | Event_0u16guw | Boundary Event | โ Preserved | ||||
| Delete Order Shipment | Activity_06thkeq | Service Task | Delete Order Shipment | Activity_06thkeq | Service Task | โ Preserved | ||
| Delete Procedures | Activity_0c29yyj | Service Task | Delete Procedures | Activity_0c29yyj | Service Task | โ Preserved | ||
| Delete Delivery | Activity_0okuzjl | Service Task | Delete Delivery | Activity_0okuzjl | Service Task | โ Preserved | ||
| Event_1x5mpob | Boundary Event | Event_1x5mpob | Boundary Event | โ Preserved | ||||
| Event_1ndsdhr | Boundary Event | Event_1ndsdhr | Boundary Event | โ Preserved | ||||
| Event_1y59q1u | Boundary Event | Event_1y59q1u | Boundary Event | โ Preserved | ||||
| Event_0q7nsgm | End | Event_0q7nsgm | End | โ Preserved | ||||
| Event_1esr794 | Boundary Event | Event_1esr794 | Boundary Event | โ Preserved | ||||
| Validate Cancel Shipment | Activity_0v240xj | User Task | Validate Cancel Shipment | Activity_0v240xj | User Task | โ Preserved | ||
| Event_0cac6o7 | End | Event_0cac6o7 | End | โ Preserved | ||||
| Parallel_Flow.bpmn | 37 | StartEvent_1 | Start | StartEvent_1 | Start | โ Preserved | ||
| Fork | ParallelGateway_Fork | Parallel Gateway | Fork | ParallelGateway_Fork | Parallel Gateway | โ Preserved | ||
| Task A | Task_A | Service Task | Task A | Task_A | Service Task | โ Preserved | ||
| Task B | Task_B | Service Task | Task B | Task_B | Service Task | โ Preserved | ||
| Task C | Task_C | Service Task | Task C | Task_C | Service Task | โ Preserved | ||
| Join | ParallelGateway_Join | Parallel Gateway | Join | ParallelGateway_Join | Parallel Gateway | โ Preserved | ||
| All Tasks Complete | EndEvent_Success | End | All Tasks Complete | EndEvent_Success | End | โ Preserved | ||
| Transaction_with_Cancel_Compensation_Event.bpmn | 275 | StartEvent_1 | Start | StartEvent_1 | Start | โ Preserved | ||
| Order Transaction | Transaction_1 | Transaction | Order Transaction | Transaction_1 | Sub Process | ๐ Type Changed | ||
| Event_InternalStart | Start | Event_InternalStart | Start | โ Preserved | ||||
| Order Shipment | Task_OrderShipment | Service Task | Order Shipment | Task_OrderShipment | Service Task | โ Preserved | ||
| Process Payment | Task_ProcessPayment | Service Task | Process Payment | Task_ProcessPayment | Service Task | โ Preserved | ||
| Update Inventory | Task_UpdateInventory | Service Task | Update Inventory | Task_UpdateInventory | Service Task | โ Preserved | ||
| Compensate Shipment | Compensate_OrderShipment | Service Task | Compensate Shipment | Compensate_OrderShipment | Service Task | โ Preserved | ||
| Compensate Payment | Compensate_ProcessPayment | Service Task | Compensate Payment | Compensate_ProcessPayment | Service Task | โ Preserved | ||
| Compensate Inventory | Compensate_UpdateInventory | Service Task | Compensate Inventory | Compensate_UpdateInventory | Service Task | โ Preserved | ||
| CompensateEvent_Shipment | Boundary Event | CompensateEvent_Shipment | Boundary Event | โ Preserved | ||||
| CompensateEvent_Payment | Boundary Event | CompensateEvent_Payment | Boundary Event | โ Preserved | ||||
| CompensateEvent_Inventory | Boundary Event | CompensateEvent_Inventory | Boundary Event | โ Preserved | ||||
| ErrorEvent_Shipment | Boundary Event | ErrorEvent_Shipment | Boundary Event | โ Preserved | ||||
| ErrorEvent_Payment | Boundary Event | ErrorEvent_Payment | Boundary Event | โ Preserved | ||||
| ErrorEvent_Inventory | Boundary Event | ErrorEvent_Inventory | Boundary Event | โ Preserved | ||||
| CancelEvent_Transaction | Boundary Event | CancelEvent_Transaction | Boundary Event | โ Preserved | ||||
| CancelEndEvent | End | CancelEndEvent | End | โ Preserved | ||||
| ErrorEndEvent_Shipment | End | ErrorEndEvent_Shipment | End | โ Preserved | ||||
| ErrorEndEvent_Payment | End | ErrorEndEvent_Payment | End | โ Preserved | ||||
| ErrorEndEvent_Inventory | End | ErrorEndEvent_Inventory | End | โ Preserved | ||||
| Event_InternalEnd | End | Event_InternalEnd | End | โ Preserved | ||||
| Order Complete | EndEvent_Success | End | Order Complete | EndEvent_Success | End | โ Preserved | ||
| Saudi_Interview_Sample.bpmn | 123 | StartEvent_1 | Start | StartEvent_1 | Start | โ Preserved | ||
| Print Value | Activity_1stkn1s | Script Task | Print Value | Activity_1stkn1s | Script Task | โ Preserved | ||
| Evaluate YES / No | Activity_0cz09sd | Business Rule Task | Evaluate YES / No | Activity_0cz09sd | Business Rule Task | โ Preserved | ||
| Gateway_1mmrh8l | Exclusive Gateway | Gateway_1mmrh8l | Exclusive Gateway | โ Preserved | ||||
| Create Array [1,2,3] | Activity_0onjrca | Service Task | Create Array [1,2,3] | Activity_0onjrca | Service Task | โ Preserved | ||
| Create Array [6,7,8] | Activity_19pjxec | Service Task | Create Array [6,7,8] | Activity_19pjxec | Service Task | โ Preserved | ||
| Event_15hx30g | End | Event_15hx30g | End | โ Preserved | ||||
| Multi Sequential Sub Process | Activity_0q9pxhf | Sub Process | Multi Sequential Sub Process | Activity_0q9pxhf | Sub Process | โ Preserved | ||
| Event_0p23ffs | Start | Event_0p23ffs | Start | โ Preserved | ||||
| Process Sequential Array | Activity_0crjhnu | Script Task | Process Sequential Array | Activity_0crjhnu | Script Task | โ Preserved | ||
| Validate Data | Activity_05ao70g | User Task | Validate Data | Activity_05ao70g | User Task | โ Preserved | ||
| Event_078qdo9 | End | Event_078qdo9 | End | โ Preserved | ||||
| Take the case to Supervisor | Activity_18pie5y | User Task | Take the case to Supervisor | Activity_18pie5y | User Task | โ Preserved | ||
| Event_0b2318z | Boundary Event | Event_0b2318z | Boundary Event | โ Preserved | ||||
| Gateway_0s87hzh | Event-Based Gateway | Gateway_0s87hzh | Exclusive Gateway | ๐ Type Changed | ||||
| Call another process | Activity_0gcn9kb | Call Activity | Call another process | Activity_0gcn9kb | Call Activity | โ Preserved | ||
| Route Signal | Event_0hb1rm4 | Intermediate Catch | Route Signal | Event_0hb1rm4 | Intermediate Catch | โ Preserved | ||
| Event_18pycla | Boundary Event | Event_18pycla | Boundary Event | โ Preserved | ||||
| Error Event sub process | Activity_12f0t9k | Sub Process | Error Event sub process | Activity_12f0t9k | Sub Process | โ Preserved | ||
| Event_02neb36 | Start | Event_02neb36 | Start | โ Preserved | ||||
| Inform Business | Activity_0aag7m2 | User Task | Inform Business | Activity_0aag7m2 | User Task | โ Preserved | ||
| Event_1vk9v35 | End | Event_1vk9v35 | End | โ Preserved | ||||
| Timer_Event_check1.bpmn | 155 | Timer Start | StartEvent_Timer | Start | Timer Start | StartEvent_Timer | Start | โ Preserved |
| Process Initial Data | Task_1 | User Task | Process Initial Data | Task_1 | User Task | โ Preserved | ||
| Handle Escalation | Task_Escalation | User Task | Handle Escalation | Task_Escalation | User Task | โ Preserved | ||
| Escalated End | EndEvent_Escalation | End | Escalated End | EndEvent_Escalation | End | โ Preserved | ||
| Check Quality | Gateway_1 | Exclusive Gateway | Check Quality | Gateway_1 | Exclusive Gateway | โ Preserved | ||
| Hourly Check | IntermediateEvent_Timer | Intermediate Catch | Hourly Check | IntermediateEvent_Timer | Intermediate Catch | โ Preserved | ||
| Process Quality Check | Task_3 | User Task | Process Quality Check | Task_3 | User Task | โ Preserved | ||
| Send Reminder Notification | Task_Reminder | User Task | Send Reminder Notification | Task_Reminder | User Task | โ Preserved | ||
| Reminder Sent | EndEvent_Reminder | End | Reminder Sent | EndEvent_Reminder | End | โ Preserved | ||
| Parallel Processing | SubProcess_MultiInstance | Sub Process | Parallel Processing | SubProcess_MultiInstance | Sub Process | โ Preserved | ||
| Start Parallel | StartEvent_Multi | Start | Start Parallel | StartEvent_Multi | Start | โ Preserved | ||
| Process Item | Task_Multi | User Task | Process Item | Task_Multi | User Task | โ Preserved | ||
| Instance Timeout | BoundaryEvent_MultiTimer | Boundary Event | Instance Timeout | BoundaryEvent_MultiTimer | Boundary Event | โ Preserved | ||
| Instance Timeout Handled | EndEvent_MultiTimeout | End | Instance Timeout Handled | EndEvent_MultiTimeout | End | โ Preserved | ||
| Multi-Instance Complete | EndEvent_Multi | End | Multi-Instance Complete | EndEvent_Multi | End | โ Preserved | ||
| Handle Instance Timeout | Task_MultiTimeout | User Task | Handle Instance Timeout | Task_MultiTimeout | User Task | โ Preserved | ||
| Timer-Driven Event Subprocess | SubProcess_Event | Sub Process | Timer-Driven Event Subprocess | SubProcess_Event | Sub Process | โ Preserved | ||
| Event Subprocess Start | StartEvent_EventSub | Start | Event Subprocess Start | StartEvent_EventSub | Start | โ Preserved | ||
| Event Complete | EndEvent_Event | End | Event Complete | EndEvent_Event | End | โ Preserved | ||
| Execute Event Task | Task_Event | User Task | Execute Event Task | Task_Event | User Task | โ Preserved | ||
| Consolidate | Gateway_2 | Exclusive Gateway | Consolidate | Gateway_2 | Exclusive Gateway | โ Preserved | ||
| Handle Deadline | Task_Deadline | User Task | Handle Deadline | Task_Deadline | User Task | โ Preserved | ||
| Deadline Exceeded | EndEvent_Deadline | End | Deadline Exceeded | EndEvent_Deadline | End | โ Preserved | ||
| Finalize Process | Task_Final | User Task | Finalize Process | Task_Final | User Task | โ Preserved | ||
| Handle Finalization Timeout | Task_FinalTimeout | User Task | Handle Finalization Timeout | Task_FinalTimeout | User Task | โ Preserved | ||
| Finalization Timed Out | EndEvent_FinalTimeout | End | Finalization Timed Out | EndEvent_FinalTimeout | End | โ Preserved | ||
| Process Complete | EndEvent_Success | End | Process Complete | EndEvent_Success | End | โ Preserved | ||
| Timeout | BoundaryEvent_Interrupting | Intermediate Catch | Timeout | BoundaryEvent_Interrupting | Intermediate Catch | โ Preserved | ||
| Overall Deadline | BoundaryEvent_SubprocessTimer | Intermediate Catch | Overall Deadline | BoundaryEvent_SubprocessTimer | Intermediate Catch | โ Preserved | ||
| Reminder | BoundaryEvent_NonInterrupting | Intermediate Catch | Reminder | BoundaryEvent_NonInterrupting | Intermediate Catch | โ Preserved | ||
| Finalization Timeout | BoundaryEvent_FinalTimer | Intermediate Catch | Finalization Timeout | BoundaryEvent_FinalTimer | Intermediate Catch | โ Preserved | ||
| Coditional_Start_Event2.bpmn | 73 | High Temp Alert | StartEvent_HighTemp | Start | High Temp Alert | StartEvent_HighTemp | Start | โ Preserved |
| Log High Temperature | Task_LogHighTemp | User Task | Log High Temperature | Task_LogHighTemp | User Task | โ Preserved | ||
| High Temp Logged | EndEvent_High | End | High Temp Logged | EndEvent_High | End | โ Preserved | ||
| Low Temp Alert | StartEvent_LowTemp | Start | Low Temp Alert | StartEvent_LowTemp | Start | โ Preserved | ||
| Log Low Temperature | Task_LogLowTemp | User Task | Log Low Temperature | Task_LogLowTemp | User Task | โ Preserved | ||
| Low Temp Logged | EndEvent_Low | End | Low Temp Logged | EndEvent_Low | End | โ Preserved | ||
| Critical Error | StartEvent_CriticalError | Start | Critical Error | StartEvent_CriticalError | Start | โ Preserved | ||
| Handle Critical Error | Task_HandleCritical | User Task | Handle Critical Error | Task_HandleCritical | User Task | โ Preserved | ||
| Critical Error Resolved | EndEvent_Critical | End | Critical Error Resolved | EndEvent_Critical | End | โ Preserved | ||
| Maintenance Required | StartEvent_Maintenance | Start | Maintenance Required | StartEvent_Maintenance | Start | โ Preserved | ||
| Schedule Maintenance | Task_ScheduleMaintenance | User Task | Schedule Maintenance | Task_ScheduleMaintenance | User Task | โ Preserved | ||
| Maintenance Scheduled | EndEvent_Maintenance | End | Maintenance Scheduled | EndEvent_Maintenance | End | โ Preserved | ||
| Power Failure | StartEvent_PowerFailure | Start | Power Failure | StartEvent_PowerFailure | Start | โ Preserved | ||
| Handle Power Failure | Task_PowerFailure | User Task | Handle Power Failure | Task_PowerFailure | User Task | โ Preserved | ||
| Power Handled | EndEvent_Power | End | Power Handled | EndEvent_Power | End | โ Preserved | ||
| Message_Start_Event.bpmn | 19 | Order Received | MessageStartEvent | Start | Order Received | MessageStartEvent | Start | โ Preserved |
| Process Order | Task_ProcessOrder | User Task | Process Order | Task_ProcessOrder | User Task | โ Preserved | ||
| Order Processed | EndEvent_Success | End | Order Processed | EndEvent_Success | End | โ Preserved | ||
| HTTP_Connector.bpmn | 11 | StartEvent_1 | Start | StartEvent_1 | Start | โ Preserved | ||
| Event_048wkzl | End | Event_048wkzl | End | โ Preserved | ||||
| http-connector | Activity_1nuftet | Service Task | http-connector | Activity_1nuftet | Service Task | โ Preserved | ||
| TOTAL NODES ANALYZED: | 190 | |||||||
| Source Nodes: 190 โ Migrated Nodes: 190 | Diff: 0 | |||||||
| Task ID | Task Name | Has Form |
|---|---|---|
| Task_1 | Process Initial Data | โ No |
| Task_Escalation | Handle Escalation | โ No |
| Task_3 | Process Quality Check | โ No |
| Task_Reminder | Send Reminder Notification | โ No |
| Task_Multi | Process Item | โ No |
| Task_MultiTimeout | Handle Instance Timeout | โ No |
| Task_Event | Execute Event Task | โ No |
| Task_Deadline | Handle Deadline | โ No |
| Task_Final | Finalize Process | โ No |
| Task_FinalTimeout | Handle Finalization Timeout | โ No |
| # | Parent | Node ID | Node Name | Original Type | Converted Type | Status |
|---|---|---|---|---|---|---|
| 1 | -- (Start) | StartEvent_Timer | Timer Start | Start | Start | โ Success |
| 2 | -- (Start) | Task_1 | Process Initial Data | User Task | User Task | โ Success |
| 3 | -- (Start) | BoundaryEvent_Interrupting | Timeout | Boundary Event | Boundary Event | โ Success |
| 4 | -- (Start) | Task_Escalation | Handle Escalation | User Task | User Task | โ Success |
| 5 | -- (Start) | EndEvent_Escalation | Escalated End | End | End | โ Success |
| 6 | -- (Start) | Gateway_1 | Check Quality | Exclusive Gateway | Exclusive Gateway | โ Success |
| 7 | -- (Start) | IntermediateEvent_Timer | Hourly Check | Intermediate Catch | Intermediate Catch | โ Success |
| 8 | -- (Start) | Task_3 | Process Quality Check | User Task | User Task | โ Success |
| 9 | -- (Start) | BoundaryEvent_NonInterrupting | Reminder | Boundary Event | Boundary Event | โ Success |
| 10 | -- (Start) | Task_Reminder | Send Reminder Notification | User Task | User Task | โ Success |
| 11 | -- (Start) | EndEvent_Reminder | Reminder Sent | End | End | โ Success |
| 12 | -- (Start) | SubProcess_MultiInstance | Parallel Processing | Sub Process | Sub Process | โ Success |
| 13 | -- (Start) | StartEvent_Multi | Start Parallel | Start | Start | โ Success |
| 14 | -- (Start) | Task_Multi | Process Item | User Task | User Task | โ Success |
| 15 | -- (Start) | BoundaryEvent_MultiTimer | Instance Timeout | Boundary Event | Boundary Event | โ Success |
| 16 | -- (Start) | Task_MultiTimeout | Handle Instance Timeout | User Task | User Task | โ Success |
| 17 | -- (Start) | EndEvent_MultiTimeout | Instance Timeout Handled | End | End | โ Success |
| 18 | -- (Start) | EndEvent_Multi | Multi-Instance Complete | End | End | โ Success |
| 19 | -- (Start) | SubProcess_Event | Timer-Driven Event Subprocess | Sub Process | Sub Process | โ Success |
| 20 | -- (Start) | StartEvent_EventSub | Event Subprocess Start | Start | Start | โ Success |
| 21 | -- (Start) | Task_Event | Execute Event Task | User Task | User Task | โ Success |
| 22 | -- (Start) | EndEvent_Event | Event Complete | End | End | โ Success |
| 23 | -- (Start) | BoundaryEvent_SubprocessTimer | Overall Deadline | Boundary Event | Boundary Event | โ Success |
| 24 | -- (Start) | Task_Deadline | Handle Deadline | User Task | User Task | โ Success |
| 25 | -- (Start) | EndEvent_Deadline | Deadline Exceeded | End | End | โ Success |
| 26 | -- (Start) | Gateway_2 | Consolidate | Exclusive Gateway | Exclusive Gateway | โ Success |
| 27 | -- (Start) | Task_Final | Finalize Process | User Task | User Task | โ Success |
| 28 | -- (Start) | BoundaryEvent_FinalTimer | Finalization Timeout | Boundary Event | Boundary Event | โ Success |
| 29 | -- (Start) | Task_FinalTimeout | Handle Finalization Timeout | User Task | User Task | โ Success |
| 30 | -- (Start) | EndEvent_FinalTimeout | Finalization Timed Out | End | End | โ Success |
| 31 | -- (Start) | EndEvent_Success | Process Complete | End | End | โ Success |
| Task ID | Task Name | Has Form |
|---|---|---|
| Task_HandleAlert | Handle Temperature Alert | โ No |
| # | Parent | Node ID | Node Name | Original Type | Converted Type | Status |
|---|---|---|---|---|---|---|
| 1 | -- (Start) | StartEvent_Conditional | Temperature Alert | Start | Start | โ Success |
| 2 | -- (Start) | Task_HandleAlert | Handle Temperature Alert | User Task | User Task | โ Success |
| 3 | -- (Start) | EndEvent_Success | Alert Handled | End | End | โ Success |
| S.No | Java Delegate | Used In Task | Plain Java Workers | Spring Boot Workers |
|---|---|---|---|---|
| 1 | com.example.ProcessPaymentDelegate | Process Payment | send-sendtask_email, ProcessPaymentDelegate | send-sendtask_email, ProcessPaymentDelegate |
| 2 | com.example.ProcessOrderDelegate | Process Order Signal | โ | โ |
| Task ID | Task Name | Has Form |
|---|---|---|
| UserTask_Approval | Manager Approval | โ No |
| UserTask_HandleError | Handle Payment Error | โ No |
| # | Parent | Node ID | Node Name | Original Type | Converted Type | Status |
|---|---|---|---|---|---|---|
| 1 | -- (Start) | StartEvent_None | Start | Start | Start | โ Success |
| 2 | -- (Start) | SendTask_Email | Send Email Notification | Send Task | Send Task | โ Success |
| 3 | -- (Start) | ReceiveTask_Wait | Wait for Payment | Receive Task | Receive Task | โ Success |
| 4 | -- (Start) | ServiceTask_ProcessPayment | Process Payment | Service Task | Service Task | โ Success |
| 5 | -- (Start) | CriticalErrorEvent | Critical Failure | Boundary Event | Boundary Event | โ Success |
| 6 | -- (Start) | Gateway_Inclusive | Decision (OR) | Inclusive Gateway | Inclusive Gateway | โ Success |
| 7 | -- (Start) | ManualTask_Inspection | Physical Inspection | Manual Task | Manual Task | โ Success |
| 8 | -- (Start) | UserTask_Approval | Manager Approval | User Task | User Task | โ Success |
| 9 | -- (Start) | EscalationEvent_Timeout | Escalation | Boundary Event | Boundary Event | โ Success |
| 10 | -- (Start) | Gateway_Merge | Exclusive Gateway | Exclusive Gateway | โ Success | |
| 11 | -- (Start) | Gateway_Join | Join (OR) | Inclusive Gateway | Inclusive Gateway | โ Success |
| 12 | -- (Start) | IntermediateThrowEvent_Message | Order Shipped | Intermediate Throw | Intermediate Throw | โ Success |
| 13 | -- (Start) | EventSubProcess_Error | Error Event Subprocess | Sub Process | Sub Process | โ Success |
| 14 | -- (Start) | StartEvent_Error | Start | Start | โ Success | |
| 15 | -- (Start) | UserTask_HandleError | Handle Payment Error | User Task | User Task | โ Success |
| 16 | -- (Start) | EndEvent_Error | Error Handled | End | End | โ Success |
| 17 | -- (Start) | StartEvent_Signal | Signal Start | Start | Start | โ Success |
| 18 | -- (Start) | ServiceTask_ProcessOrder | Process Order Signal | Service Task | Service Task | โ Success |
| 19 | -- (Start) | IntermediateThrowEvent_Signal | Signal Order Shipped | Intermediate Throw | Intermediate Throw | โ Success |
| 20 | -- (Start) | EndEvent_Normal | Process Complete | End | End | โ Success |
| 21 | -- (Start) | EndEvent_Terminate | Emergency Terminate | End | End | โ Success |
| 22 | -- (Start) | Event_1bsqsxx | End | End | โ Success |
| S.No | Java Delegate | Used In Task | Plain Java Workers | Spring Boot Workers |
|---|---|---|---|---|
| 1 | com.example.util.JDelegateForExample | Call JavaDelegate | ScriptWorker, JDelegateForExample | ScriptWorker, script, JDelegateForExample |
| 2 | com.example.util.ShipmentTransaction | ๐ [Call: Transaction_Sub_Process] Order Shipment | ShipmentTransaction, ScriptWorker | ShipmentTransaction, ScriptWorker |
| 3 | com.example.util.ShipmentCompensation | ๐ [Call: Transaction_Sub_Process] Delete Order Shipment | ShipmentCompensation, ScriptWorker | ShipmentCompensation, ScriptWorker |
| Task ID | Task Name | Has Form |
|---|---|---|
| Activity_12fwww0 | Waiting for checking the passed values from Parent | โ No |
| Activity_19aprs5 | Check Result | โ No |
| # | Parent | Node ID | Node Name | Original Type | Converted Type | Status |
|---|---|---|---|---|---|---|
| 1 | -- (Start) | StartEvent_1 | Start | Start | โ Success | |
| 2 | -- (Start) | Event_1tuvrl3 | End | End | โ Success | |
| 3 | -- (Start) | Activity_1wzw0ng | Check Passed Variable | Script Task | Script Task | โ Success |
| 4 | -- (Start) | Activity_12fwww0 | Waiting for checking the passed values from Parent | User Task | User Task | โ Success |
| 5 | -- (Start) | Gateway_1rp0jjk | Parallel Gateway | Parallel Gateway | โ Success | |
| 6 | -- (Start) | Gateway_1iobyc9 | Parallel Gateway | Parallel Gateway | โ Success | |
| 7 | -- (Start) | Activity_1m1ohc8 | Call JavaDelegate | Service Task | Service Task | โ Success |
| 8 | -- (Start) | Activity_0i0h83c | Call External - Topic (Demo-Topic) | Service Task | Service Task | โ Success |
| 9 | -- (Start) | Activity_19aprs5 | Check Result | User Task | User Task | โ Success |
| 10 | -- (Start) | Activity_1uyynzg | Call Transaction Sub Process Compensation | Call Activity | Call Activity | โ Success |
| S.No | Java Delegate | Used In Task | Plain Java Workers | Spring Boot Workers |
|---|---|---|---|---|
| 1 | com.example.util.ShipmentTransaction | Order Shipment | ShipmentTransaction | ShipmentTransaction |
| 2 | com.example.util.ShipmentTransaction | Process Procedure | ShipmentTransaction | ShipmentTransaction |
| 3 | com.example.util.ShipmentTransaction | Deliver to Shipment | ShipmentTransaction | ShipmentTransaction |
| 4 | com.example.util.ShipmentCompensation | Delete Order Shipment | ShipmentCompensation | ShipmentCompensation |
| 5 | com.example.util.ShipmentCompensation | Delete Procedures | ShipmentCompensation | ShipmentCompensation |
| 6 | com.example.util.ShipmentCompensation | Delete Delivery | ShipmentCompensation | ShipmentCompensation |
| Task ID | Task Name | Has Form |
|---|---|---|
| Activity_0v240xj | Validate Cancel Shipment | โ No |
| # | Parent | Node ID | Node Name | Original Type | Converted Type | Status |
|---|---|---|---|---|---|---|
| 1 | -- (Start) | StartEvent_1 | Start | Start | โ Success | |
| 2 | -- (Start) | Event_05jek88 | End | End | โ Success | |
| 3 | -- (Start) | Activity_0mtq3p8 | Transaction_Sub_Process_Compensation | Sub Process | Sub Process | โ Success |
| 4 | -- (Start) | Event_13f1omp | Start | Start | โ Success | |
| 5 | -- (Start) | Event_1y0yltr | End | End | โ Success | |
| 6 | -- (Start) | Activity_04h2khn | Order Shipment | Service Task | Service Task | โ Success |
| 7 | -- (Start) | Activity_0qlveui | Process Procedure | Service Task | Service Task | โ Success |
| 8 | -- (Start) | Activity_1lz8y7y | Deliver to Shipment | Service Task | Service Task | โ Success |
| 9 | -- (Start) | Event_0ca64zn | Boundary Event | Boundary Event | โ Success | |
| 10 | -- (Start) | Event_11hszja | Boundary Event | Boundary Event | โ Success | |
| 11 | -- (Start) | Event_0u16guw | Boundary Event | Boundary Event | โ Success | |
| 12 | -- (Start) | Activity_06thkeq | Delete Order Shipment | Service Task | Service Task | โ Success |
| 13 | -- (Start) | Activity_0c29yyj | Delete Procedures | Service Task | Service Task | โ Success |
| 14 | -- (Start) | Activity_0okuzjl | Delete Delivery | Service Task | Service Task | โ Success |
| 15 | -- (Start) | Event_1x5mpob | Boundary Event | Boundary Event | โ Success | |
| 16 | -- (Start) | Event_1ndsdhr | Boundary Event | Boundary Event | โ Success | |
| 17 | -- (Start) | Event_1y59q1u | Boundary Event | Boundary Event | โ Success | |
| 18 | -- (Start) | Event_0q7nsgm | End | End | โ Success | |
| 19 | -- (Start) | Event_1esr794 | Boundary Event | Boundary Event | โ Success | |
| 20 | -- (Start) | Activity_0v240xj | Validate Cancel Shipment | User Task | User Task | โ Success |
| 21 | -- (Start) | Event_0cac6o7 | End | End | โ Success |
| S.No | Java Delegate | Used In Task | Plain Java Workers | Spring Boot Workers |
|---|---|---|---|---|
| 1 | com.example.TaskADelegate | Task A | โ | โ |
| 2 | com.example.TaskBDelegate | Task B | โ | โ |
| 3 | com.example.TaskCDelegate | Task C | โ | โ |
| # | Parent | Node ID | Node Name | Original Type | Converted Type | Status |
|---|---|---|---|---|---|---|
| 1 | -- (Start) | StartEvent_1 | Start | Start | โ Success | |
| 2 | -- (Start) | ParallelGateway_Fork | Fork | Parallel Gateway | Parallel Gateway | โ Success |
| 3 | -- (Start) | Task_A | Task A | Service Task | Service Task | โ Success |
| 4 | -- (Start) | Task_B | Task B | Service Task | Service Task | โ Success |
| 5 | -- (Start) | Task_C | Task C | Service Task | Service Task | โ Success |
| 6 | -- (Start) | ParallelGateway_Join | Join | Parallel Gateway | Parallel Gateway | โ Success |
| 7 | -- (Start) | EndEvent_Success | All Tasks Complete | End | End | โ Success |
| S.No | Java Delegate | Used In Task | Plain Java Workers | Spring Boot Workers |
|---|---|---|---|---|
| 1 | com.example.ProcessPaymentDelegate | Process Payment | send-sendtask_email, ProcessPaymentDelegate | send-sendtask_email, ProcessPaymentDelegate |
| 2 | com.example.OrderShipmentDelegate | Order Shipment | โ | โ |
| 3 | com.example.UpdateInventoryDelegate | Update Inventory | โ | โ |
| 4 | com.example.CompensateShipmentDelegate | Compensate Shipment | โ | โ |
| 5 | com.example.CompensatePaymentDelegate | Compensate Payment | โ | โ |
| 6 | com.example.CompensateInventoryDelegate | Compensate Inventory | โ | โ |
| # | Parent | Node ID | Node Name | Original Type | Converted Type | Status |
|---|---|---|---|---|---|---|
| 1 | -- (Start) | StartEvent_1 | Start | Start | โ Success | |
| 2 | -- (Start) | Transaction_1 | Order Transaction | Sub Process | Sub Process | โ Success |
| 3 | -- (Start) | Event_InternalStart | Start | Start | โ Success | |
| 4 | -- (Start) | Task_OrderShipment | Order Shipment | Service Task | Service Task | โ Success |
| 5 | -- (Start) | Task_ProcessPayment | Process Payment | Service Task | Service Task | โ Success |
| 6 | -- (Start) | Task_UpdateInventory | Update Inventory | Service Task | Service Task | โ Success |
| 7 | -- (Start) | Compensate_OrderShipment | Compensate Shipment | Service Task | Service Task | โ Success |
| 8 | -- (Start) | Compensate_ProcessPayment | Compensate Payment | Service Task | Service Task | โ Success |
| 9 | -- (Start) | Compensate_UpdateInventory | Compensate Inventory | Service Task | Service Task | โ Success |
| 10 | -- (Start) | CompensateEvent_Shipment | Boundary Event | Boundary Event | โ Success | |
| 11 | -- (Start) | CompensateEvent_Payment | Boundary Event | Boundary Event | โ Success | |
| 12 | -- (Start) | CompensateEvent_Inventory | Boundary Event | Boundary Event | โ Success | |
| 13 | -- (Start) | ErrorEvent_Shipment | Boundary Event | Boundary Event | โ Success | |
| 14 | -- (Start) | ErrorEvent_Payment | Boundary Event | Boundary Event | โ Success | |
| 15 | -- (Start) | ErrorEvent_Inventory | Boundary Event | Boundary Event | โ Success | |
| 16 | -- (Start) | CancelEvent_Transaction | Boundary Event | Boundary Event | โ Success | |
| 17 | -- (Start) | CancelEndEvent | End | End | โ Success | |
| 18 | -- (Start) | ErrorEndEvent_Shipment | End | End | โ Success | |
| 19 | -- (Start) | ErrorEndEvent_Payment | End | End | โ Success | |
| 20 | -- (Start) | ErrorEndEvent_Inventory | End | End | โ Success | |
| 21 | -- (Start) | Event_InternalEnd | End | End | โ Success | |
| 22 | -- (Start) | EndEvent_Success | Order Complete | End | End | โ Success |
| S.No | Java Delegate | Used In Task | Plain Java Workers | Spring Boot Workers |
|---|---|---|---|---|
| 1 | com.example.util.CreateArray | Create Array [1,2,3] | ScriptWorker, CreateArray | ScriptWorker, script, CreateArray |
| 2 | com.example.util.CreateArray | Create Array [6,7,8] | ScriptWorker, CreateArray | ScriptWorker, script, CreateArray |
| 3 | com.example.util.JDelegateForExample | ๐ [Call: Call Process Advanced] Call JavaDelegate | ScriptWorker, JDelegateForExample | ScriptWorker, script, JDelegateForExample |
| Task ID | Task Name | Has Form |
|---|---|---|
| Activity_05ao70g | Validate Data | โ No |
| Activity_18pie5y | Take the case to Supervisor | โ No |
| Activity_0aag7m2 | Inform Business | โ No |
| # | Parent | Node ID | Node Name | Original Type | Converted Type | Status |
|---|---|---|---|---|---|---|
| 1 | -- (Start) | StartEvent_1 | Start | Start | โ Success | |
| 2 | -- (Start) | Activity_1stkn1s | Print Value | Script Task | Script Task | โ Success |
| 3 | -- (Start) | Activity_0cz09sd | Evaluate YES / No | Business Rule Task | Business Rule Task | โ Success |
| 4 | -- (Start) | Gateway_1mmrh8l | Exclusive Gateway | Exclusive Gateway | โ Success | |
| 5 | -- (Start) | Activity_0onjrca | Create Array [1,2,3] | Service Task | Service Task | โ Success |
| 6 | -- (Start) | Activity_19pjxec | Create Array [6,7,8] | Service Task | Service Task | โ Success |
| 7 | -- (Start) | Event_15hx30g | End | End | โ Success | |
| 8 | -- (Start) | Activity_0q9pxhf | Multi Sequential Sub Process | Sub Process | Sub Process | โ Success |
| 9 | -- (Start) | Event_0p23ffs | Start | Start | โ Success | |
| 10 | -- (Start) | Activity_0crjhnu | Process Sequential Array | Script Task | Script Task | โ Success |
| 11 | -- (Start) | Activity_05ao70g | Validate Data | User Task | User Task | โ Success |
| 12 | -- (Start) | Event_078qdo9 | End | End | โ Success | |
| 13 | -- (Start) | Activity_18pie5y | Take the case to Supervisor | User Task | User Task | โ Success |
| 14 | -- (Start) | Event_0b2318z | Boundary Event | Boundary Event | โ Success | |
| 15 | -- (Start) | Gateway_0s87hzh | Exclusive Gateway | Exclusive Gateway | โ Success | |
| 16 | -- (Start) | Activity_0gcn9kb | Call another process | Call Activity | Call Activity | โ Success |
| 17 | -- (Start) | Event_0hb1rm4 | Route Signal | Intermediate Catch | Intermediate Catch | โ Success |
| 18 | -- (Start) | Event_18pycla | Boundary Event | Boundary Event | โ Success | |
| 19 | -- (Start) | Activity_12f0t9k | Error Event sub process | Sub Process | Sub Process | โ Success |
| 20 | -- (Start) | Event_02neb36 | Start | Start | โ Success | |
| 21 | -- (Start) | Activity_0aag7m2 | Inform Business | User Task | User Task | โ Success |
| 22 | -- (Start) | Event_1vk9v35 | End | End | โ Success |
| Task ID | Task Name | Has Form |
|---|---|---|
| Task_1 | Process Initial Data | โ No |
| Task_Escalation | Handle Escalation | โ No |
| Task_3 | Process Quality Check | โ No |
| Task_Reminder | Send Reminder Notification | โ No |
| Task_Multi | Process Item | โ No |
| Task_MultiTimeout | Handle Instance Timeout | โ No |
| Task_Event | Execute Event Task | โ No |
| Task_Deadline | Handle Deadline | โ No |
| Task_Final | Finalize Process | โ No |
| Task_FinalTimeout | Handle Finalization Timeout | โ No |
| # | Parent | Node ID | Node Name | Original Type | Converted Type | Status |
|---|---|---|---|---|---|---|
| 1 | -- (Start) | StartEvent_Timer | Timer Start | Start | Start | โ Success |
| 2 | -- (Start) | Task_1 | Process Initial Data | User Task | User Task | โ Success |
| 3 | -- (Start) | Task_Escalation | Handle Escalation | User Task | User Task | โ Success |
| 4 | -- (Start) | EndEvent_Escalation | Escalated End | End | End | โ Success |
| 5 | -- (Start) | Gateway_1 | Check Quality | Exclusive Gateway | Exclusive Gateway | โ Success |
| 6 | -- (Start) | IntermediateEvent_Timer | Hourly Check | Intermediate Catch | Intermediate Catch | โ Success |
| 7 | -- (Start) | Task_3 | Process Quality Check | User Task | User Task | โ Success |
| 8 | -- (Start) | Task_Reminder | Send Reminder Notification | User Task | User Task | โ Success |
| 9 | -- (Start) | EndEvent_Reminder | Reminder Sent | End | End | โ Success |
| 10 | -- (Start) | SubProcess_MultiInstance | Parallel Processing | Sub Process | Sub Process | โ Success |
| 11 | -- (Start) | StartEvent_Multi | Start Parallel | Start | Start | โ Success |
| 12 | -- (Start) | Task_Multi | Process Item | User Task | User Task | โ Success |
| 13 | -- (Start) | BoundaryEvent_MultiTimer | Instance Timeout | Boundary Event | Boundary Event | โ Success |
| 14 | -- (Start) | EndEvent_MultiTimeout | Instance Timeout Handled | End | End | โ Success |
| 15 | -- (Start) | EndEvent_Multi | Multi-Instance Complete | End | End | โ Success |
| 16 | -- (Start) | Task_MultiTimeout | Handle Instance Timeout | User Task | User Task | โ Success |
| 17 | -- (Start) | SubProcess_Event | Timer-Driven Event Subprocess | Sub Process | Sub Process | โ Success |
| 18 | -- (Start) | StartEvent_EventSub | Event Subprocess Start | Start | Start | โ Success |
| 19 | -- (Start) | EndEvent_Event | Event Complete | End | End | โ Success |
| 20 | -- (Start) | Task_Event | Execute Event Task | User Task | User Task | โ Success |
| 21 | -- (Start) | Gateway_2 | Consolidate | Exclusive Gateway | Exclusive Gateway | โ Success |
| 22 | -- (Start) | Task_Deadline | Handle Deadline | User Task | User Task | โ Success |
| 23 | -- (Start) | EndEvent_Deadline | Deadline Exceeded | End | End | โ Success |
| 24 | -- (Start) | Task_Final | Finalize Process | User Task | User Task | โ Success |
| 25 | -- (Start) | Task_FinalTimeout | Handle Finalization Timeout | User Task | User Task | โ Success |
| 26 | -- (Start) | EndEvent_FinalTimeout | Finalization Timed Out | End | End | โ Success |
| 27 | -- (Start) | EndEvent_Success | Process Complete | End | End | โ Success |
| 28 | -- (Start) | BoundaryEvent_Interrupting | Timeout | Intermediate Catch | Intermediate Catch | โ Success |
| 29 | -- (Start) | BoundaryEvent_SubprocessTimer | Overall Deadline | Intermediate Catch | Intermediate Catch | โ Success |
| 30 | -- (Start) | BoundaryEvent_NonInterrupting | Reminder | Intermediate Catch | Intermediate Catch | โ Success |
| 31 | -- (Start) | BoundaryEvent_FinalTimer | Finalization Timeout | Intermediate Catch | Intermediate Catch | โ Success |
| Task ID | Task Name | Has Form |
|---|---|---|
| Task_LogHighTemp | Log High Temperature | โ No |
| Task_LogLowTemp | Log Low Temperature | โ No |
| Task_HandleCritical | Handle Critical Error | โ No |
| Task_ScheduleMaintenance | Schedule Maintenance | โ No |
| Task_PowerFailure | Handle Power Failure | โ No |
| # | Parent | Node ID | Node Name | Original Type | Converted Type | Status |
|---|---|---|---|---|---|---|
| 1 | -- (Start) | StartEvent_HighTemp | High Temp Alert | Start | Start | โ Success |
| 2 | -- (Start) | Task_LogHighTemp | Log High Temperature | User Task | User Task | โ Success |
| 3 | -- (Start) | EndEvent_High | High Temp Logged | End | End | โ Success |
| 4 | -- (Start) | StartEvent_LowTemp | Low Temp Alert | Start | Start | โ Success |
| 5 | -- (Start) | Task_LogLowTemp | Log Low Temperature | User Task | User Task | โ Success |
| 6 | -- (Start) | EndEvent_Low | Low Temp Logged | End | End | โ Success |
| 7 | -- (Start) | StartEvent_CriticalError | Critical Error | Start | Start | โ Success |
| 8 | -- (Start) | Task_HandleCritical | Handle Critical Error | User Task | User Task | โ Success |
| 9 | -- (Start) | EndEvent_Critical | Critical Error Resolved | End | End | โ Success |
| 10 | -- (Start) | StartEvent_Maintenance | Maintenance Required | Start | Start | โ Success |
| 11 | -- (Start) | Task_ScheduleMaintenance | Schedule Maintenance | User Task | User Task | โ Success |
| 12 | -- (Start) | EndEvent_Maintenance | Maintenance Scheduled | End | End | โ Success |
| 13 | -- (Start) | StartEvent_PowerFailure | Power Failure | Start | Start | โ Success |
| 14 | -- (Start) | Task_PowerFailure | Handle Power Failure | User Task | User Task | โ Success |
| 15 | -- (Start) | EndEvent_Power | Power Handled | End | End | โ Success |
| Task ID | Task Name | Has Form |
|---|---|---|
| Task_ProcessOrder | Process Order | โ No |
| # | Parent | Node ID | Node Name | Original Type | Converted Type | Status |
|---|---|---|---|---|---|---|
| 1 | -- (Start) | MessageStartEvent | Order Received | Start | Start | โ Success |
| 2 | -- (Start) | Task_ProcessOrder | Process Order | User Task | User Task | โ Success |
| 3 | -- (Start) | EndEvent_Success | Order Processed | End | End | โ Success |
| # | Parent | Node ID | Node Name | Original Type | Converted Type | Status |
|---|---|---|---|---|---|---|
| 1 | -- (Start) | StartEvent_1 | Start | Start | โ Success | |
| 2 | -- (Start) | Event_048wkzl | End | End | โ Success | |
| 3 | -- (Start) | Activity_1nuftet | http-connector | Service Task | Service Task | โ Success |
๐ก All links are to the official Camunda 8.9 documentation. For the most up-to-date information, please refer to the official documentation.