Uses of Class
com.bytedesk.core.workflow.WorkflowSchema
Packages that use WorkflowSchema
-
Uses of WorkflowSchema in com.bytedesk.core.workflow
Methods in com.bytedesk.core.workflow that return WorkflowSchemaModifier and TypeMethodDescriptionstatic WorkflowSchemaWorkflowExample.createExampleWorkflow()创建示例工作流文档static WorkflowSchema从JSON字符串创建WorkflowDocumentstatic WorkflowSchemaWorkflowUtils.parseWorkflowSchema(String json) 从JSON字符串解析工作流文档Methods in com.bytedesk.core.workflow with parameters of type WorkflowSchemaModifier and TypeMethodDescriptionstatic StringWorkflowUtils.toJson(WorkflowSchema schema) 将工作流文档转换为JSON字符串static booleanWorkflowUtils.validateWorkflowDocument(WorkflowSchema document) 验证工作流文档的完整性