workflow.state.schema.yml 539 B

123456789101112131415161718192021222324252627
  1. # Schema for the configuration files of the state from Workflow module.
  2. workflow.state.*:
  3. type: config_entity
  4. label: 'Workflow State'
  5. mapping:
  6. id:
  7. type: string
  8. label: 'ID'
  9. status:
  10. type: boolean
  11. label: 'Status'
  12. label:
  13. type: label
  14. label: 'Label'
  15. module:
  16. type: string
  17. label: 'Module'
  18. wid:
  19. type: string
  20. label: 'Machine name of the attached Workflow'
  21. weight:
  22. type: integer
  23. label: 'Weight'
  24. sysid:
  25. type: integer
  26. label: 'SysId'