Actor Registration and Roles
How to onboard new actors into the DOVU OS system, manage their access, and assign them specific roles within workflows.
The DOVU OS Workflow Engine relies on actors to execute, manage, and interact with workflows. These actors are users who are assigned roles such as project owners, verifiers, or registries. The Actor Registration and Roles module provides tools to onboard and manage these users, ensuring that workflows operate smoothly and securely.
Key Features
Actor Registration: Create a new actor by registering them with a unique email, name, and role. This step is essential for adding users who will interact with the workflow engine.
Authentication: Authenticate actors via the login endpoint, enabling secure access to the system and generating authorization tokens for API requests.
Role Assignment: Assign specific roles to actors, determining their permissions and responsibilities within workflows.
Linking to Workflow Instances: Attach users to specific workflow instances, granting them access to manage or interact with specific tasks.
How It Works
Actors are registered with a predefined role, such as supplier, verifier, or registry.
Authentication tokens are used to ensure secure access to the system.
Each actor can be linked to one or more workflow instances, defining their specific responsibilities.
Use Cases
Onboarding New Users: Register project developers or verifiers to manage and approve workflow stages.
Assigning Workflow Roles: Ensure that only authorized actors can access or modify workflows.
Securing Access: Use authentication tokens to safeguard interactions with the API.
With these endpoints, enterprises can easily manage user access, assign roles, and integrate actors into the workflow lifecycle.
This currently is a longer running query when workflows are connected to a guardian instance, this is a piece that we will be working on to optimise the developer experience.
Last updated