WorkflowConfiguration
WorkflowConfiguration
Section titled âWorkflowConfigurationââWorkflow configuration schema version 1.0. Supports workflow-level and transition-level criterion using QueryCondition types: âgroupâ, âsimpleâ, and âfunctionâ. Function conditions enable externalized integration for external processing and validation logic.â
Schema Viewer
Section titled âSchema ViewerâWorkflowConfiguration
Workflow configuration schema version 1.0. Supports workflow-level and transition-level criterion using QueryCondition types: 'group', 'simple', and 'function'. Function conditions enable externalized integration for external processing and validation logic.
Description
Section titled âDescriptionâWorkflow configuration schema version 1.0. Supports workflow-level and transition-level criterion using QueryCondition types: âgroupâ, âsimpleâ, and âfunctionâ. Function conditions enable externalized integration for external processing and validation logic.
Properties
Section titled âPropertiesâ- version (string, required): Version of the workflow configuration schema
- name (string, required): Name of the workflow
- desc (string): Description of the workflow
- initialState (string, required): Initial state for entities in this workflow
- active (boolean): Flag indicating if the workflow is active
- criterion (object): Optional criterion to determine if this workflow applicable to an entity. Supported condition types in workflows: âgroupâ, âsimpleâ, and âfunctionâ.
- states (object, required): Map of state codes to state definitions. State names must start with a letter and contain only letters, numbers, underscores, and hyphens.
Related Schemas
Section titled âRelated SchemasâSee other schemas in the common category.