[CHORE] Does Elsa 3.1.3 designer have role and user activities to approve permissions? #5788
-
|
Does Elsa 3.1.3 designer have role and user activities to approve permissions? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
No, the Elsa 3.1.3 designer does not have built-in activities specifically for role and user approval permissions. While Elsa workflows can be used to create approval processes, the management of roles and user permissions typically needs to be handled by custom activities or by integrating with other systems that manage these aspects. If you need to implement approval permissions in Elsa, you would likely need to develop custom activities that interact with your user management system to check for roles and permissions. Additionally, you can use the existing activities to create the logic for approval flows, but the specific checking of roles and permissions would be part of the custom logic you implement. For more information on creating custom activities in Elsa, you can refer to the documentation and examples provided by the Elsa project. This comment was generated by Glime. |
Beta Was this translation helpful? Give feedback.
No, the Elsa 3.1.3 designer does not have built-in activities specifically for role and user approval permissions. While Elsa workflows can be used to create approval processes, the management of roles and user permissions typically needs to be handled by custom activities or by integrating with other systems that manage these aspects.
If you need to implement approval permissions in Elsa, you would likely need to develop custom activities that interact with your user management system to check for roles and permissions. Additionally, you can use the existing activities to create the logic for approval flows, but the specific checking of roles and permissions would be part of the custom l…