You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To mirror the Java implementation, we will continue with an event-driven architecture for state execution, involving the implementation of handlers and routers for states.
Establish the seata-saga-processctrl module as the foundational component for executing state machine processes.
2. Implementation of State-Related Components:
Examine the engine.pcext package, focusing on handlers and routers related to states. Initially, prioritize the implementation of handlers and routers specific to ServiceTask states.
3. Progressive Development:
During the implementation phase, temporarily set aside the handling of global and branch transactions from the Java code. Concentrate on the sequential execution of the processes, with the transactional aspects reserved for subsequent development tasks.
Create the seata-saga-processctrl module to serve as the foundation for executing state machine processes.
Implementation of State-Related Components:
Explore the engine.pcext package and initiate the implementation of handlers and routers for states. Begin by focusing on ServiceTask states.
Progressive Development:
During the initial implementation, prioritize the sequential execution of processes. Temporarily ignore global and branch transaction handling, reserving it for subsequent development tasks.
By following these steps, we aim to establish the core components for sequential state machine process execution in seata-go, building upon the event-driven architecture observed in the Java implementation. The focus at this stage is on handling ServiceTask states, with transactional aspects addressed in subsequent development phases.
The text was updated successfully, but these errors were encountered:
This is a subtask under the #618
Description:
To mirror the Java implementation, we will continue with an event-driven architecture for state execution, involving the implementation of handlers and routers for states.
Implementation Details:
1. Foundational Component:
seata-saga-processctrl
Moduleseata-saga-processctrl
module as the foundational component for executing state machine processes.2. Implementation of State-Related Components:
engine.pcext
package, focusing on handlers and routers related to states. Initially, prioritize the implementation of handlers and routers specific toServiceTask
states.3. Progressive Development:
Next Steps:
Foundational Component -
seata-saga-processctrl
Module:seata-saga-processctrl
module to serve as the foundation for executing state machine processes.Implementation of State-Related Components:
engine.pcext
package and initiate the implementation of handlers and routers for states. Begin by focusing onServiceTask
states.Progressive Development:
By following these steps, we aim to establish the core components for sequential state machine process execution in seata-go, building upon the event-driven architecture observed in the Java implementation. The focus at this stage is on handling
ServiceTask
states, with transactional aspects addressed in subsequent development phases.The text was updated successfully, but these errors were encountered: