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 WorkflowSchema
WorkflowExample.createExampleWorkflow()
创建示例工作流文档static WorkflowSchema
从JSON字符串创建WorkflowDocumentstatic WorkflowSchema
WorkflowUtils.parseWorkflowSchema
(String json) 从JSON字符串解析工作流文档Methods in com.bytedesk.core.workflow with parameters of type WorkflowSchemaModifier and TypeMethodDescriptionstatic String
WorkflowUtils.toJson
(WorkflowSchema schema) 将工作流文档转换为JSON字符串static boolean
WorkflowUtils.validateWorkflowDocument
(WorkflowSchema document) 验证工作流文档的完整性