Xiangkun Yin
Xiangkun Yin
Hi there👋, I'm currently working on a project that utilizes dmn-js to build an online DMN modeler. The code of dmn-js is organized in a clear and concise manner. Thanks...
## Why you need it? Currently, there are two ways to define a `StateMachine`. One is to use the designer, and the other is to directly write JSON. If users...
## Why you need it? Currently, we allow users to edit properties by writing JSON directly. However it is a temporary solution for property editing. A more appropriate way would...
## Why you need it? New version state machine designer uses JSON with style information that is great similar to the user-written JSON. However, the JSON file that old version...
## Why you need it? Currently, we need to develop an available state machine designer as quickly as possible. However, in a long term perspective, We should integrate International and...
## Description: Currently, in the Java codebase, we consider a method of a Spring bean as the implementation of a service. In the context of Go, we need an alternative...
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...
This is a subtask under the #618 ## Description: This feature request involves implementing compensatory and forward operations for the state machine. In the current Java implementation, part of the...
This is a subtask under the #618 ## Description: Currently, in the Java implementation, SpEL (Spring Expression Language) serves as the default expression language. For seata-go, we aim to integrate...
This is a subtask under the #618 ## Description: This feature involves the storage aspect of the state machine and has dependencies on both the 1.1 Domain Model and 1.2...