You are here

maestro.permissions.yml in Maestro 8.2

Same filename and directory in other branches
  1. 3.x maestro.permissions.yml

File

maestro.permissions.yml
View source
  1. administer maestro templates:
  2. title: 'Administer Maestro Templates'
  3. description: 'Allows access to the Maestro Template Task editor'
  4. restrict access: true
  5. start maestro process:
  6. title: 'Start a Maestro Process'
  7. description: 'Allows users to start a Maestro Process'
  8. restrict access: true
  9. #maestro allows for dynamically created permissions for each template
  10. permission_callbacks:
  11. - Drupal\maestro\MaestroEnginePermissions::permissions
  12. #the following are required for views integration for at least viewing these two entities
  13. administer maestro queue entities:
  14. title: 'Administer Maestro Queue entities'
  15. description: 'Allow to access the administration form to configure Maestro Queue entities.'
  16. restrict access: true
  17. add maestro queue entities:
  18. title: 'Create new Maestro Queue entities'
  19. delete maestro queue entities:
  20. title: 'Delete Maestro Queue entities'
  21. edit maestro queue entities:
  22. title: 'Edit Maestro Queue entities'
  23. view maestro queue entities:
  24. title: 'View Maestro Queue entities'
  25. add maestro process entities:
  26. title: 'Create new Maestro Process entities'
  27. delete maestro process entities:
  28. title: 'Delete Maestro Process entities'
  29. edit maestro process entities:
  30. title: 'Edit Maestro Process entities'
  31. view maestro process entities:
  32. title: 'View Maestro Process entities'
  33. administer maestro production assignment entities:
  34. title: 'Administer Maestro Production Assignment entities'
  35. description: 'Allow to access the administration form to re-assign maestro task assignments.'
  36. restrict access: true
  37. add maestro production assignment entities:
  38. title: 'Create new Maestro Production Assignment entities'
  39. delete maestro production assignment entities:
  40. title: 'Delete Maestro Production Assignment entities'
  41. edit maestro production assignment entities:
  42. title: 'Edit Maestro Production Assignment entities'
  43. view maestro production assignment entities:
  44. title: 'View Maestro Production Assignment entities'
  45. view maestro entity identifiers entities:
  46. title: 'View Maestro Entity Identifiers entity'
  47. add maestro entity identifiers entities:
  48. title: 'Add Maestro Entity Identifier entity'
  49. edit maestro entity identifiers entities:
  50. title: 'Edit Maestro Entity Identifier Entity'
  51. delete maestro entity identifiers entities:
  52. title: 'Delete Maestro Entity Identifier entity'
  53. administer maestro entity identifiers entities:
  54. title: 'Administer Maestro Entity Identifier entity'
  55. restrict access: TRUE