apache/incubator-seata

Support auto-layout for state machine designer

オープン

#6,136 opened on 2023/12/11

 (14 件のコメント) (0 件のリアクション) (1 人の担当者)Java (8,878 件のフォーク)batch import
good first issuetask: help-wanted

Repository metrics

Stars
 (25,960 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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 adopt the latter (i.e., do not write JSON through the designer), then it is not supported to import it into the designer because there is no style information (shape, edge positioning). If auto-layout is supported, this scenario will be indirectly supported.

How it could be?

You can extend SagaImporter to add style information.

コントリビューターガイド