Class FlowableBpmnCompiler
java.lang.Object
com.bytedesk.core.workflow.compiler.FlowableBpmnCompiler
- All Implemented Interfaces:
WorkflowCompiler
将内部 DSL 聚合编译为 BPMN/DMN XML 的基础实现(骨架)。
注意:此类不直接引用 Flowable API,仅生成 XML 字符串;
真正部署由上层 Service 使用 Flowable RepositoryService 完成。
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompile(WorkflowDefinitionAggregate aggregate) 将自定义工作流定义编译为 BPMN/DMN XML 成功标准: - result.success() = true - 至少包含一份 bpmnXml(非空)private static Stringprivate static String
-
Constructor Details
-
FlowableBpmnCompiler
public FlowableBpmnCompiler()
-
-
Method Details
-
compile
Description copied from interface:WorkflowCompiler将自定义工作流定义编译为 BPMN/DMN XML 成功标准: - result.success() = true - 至少包含一份 bpmnXml(非空)- Specified by:
compilein interfaceWorkflowCompiler
-
safeId
-
escape
-