workflow.transition.schema.yml 562 B

123456789101112131415161718192021222324252627
  1. # Schema for the configuration files of the transitions for Workflow module.
  2. workflow.transition.*:
  3. type: config_entity
  4. label: 'Workflow Transition'
  5. mapping:
  6. id:
  7. type: string
  8. label: 'ID'
  9. label:
  10. type: label
  11. label: 'Label'
  12. module:
  13. type: string
  14. label: 'Module'
  15. from_sid:
  16. type: string
  17. label: 'From workflow state'
  18. to_sid:
  19. type: string
  20. label: 'To workflow state'
  21. roles:
  22. type: sequence
  23. label: 'User roles'
  24. sequence:
  25. type: string
  26. label: 'Role'