(improvement)(Headless) Add workflow handling to the performParsing stage. (#955)

This commit is contained in:
lexluo09
2024-04-26 17:05:47 +08:00
committed by GitHub
parent 11c2e0505b
commit 83b80e35f0
5 changed files with 119 additions and 43 deletions

View File

@@ -0,0 +1,9 @@
package com.tencent.supersonic.headless.api.pojo.enums;
public enum WorkflowState {
MAPPING,
PARSING,
CORRECTING,
PROCESSING,
FINISHED
}