Admin Controller
This is a controller that exposes endpoints in charge of handling requests related to Admin users
📄️ Complete UserTask
Completes a UserTask by making it transition to DONE status if the request is successfully processed in LittleHorse Server.
📄️ Cancel UserTask
Cancels a UserTaskRun by making it transition to CANCELLED status without verifying to whom the UserTaskRun is assigned to.
📄️ Assign UserTask
Assigns a UserTaskRun to a User and/or UserGroup.
📄️ Get Users
Gets all active Users from a specific identity provider of a specific tenant.
📄️ Get User Info
Gets a User's basic info.
📄️ Get UserTasks
Gets all UserTasks from a specific tenant.
📄️ Get UserTask details
Gets a UserTask's details, including its definition (UserTaskDef) and events.
📄️ Get UserTaskDef
Gets all UserTaskDef from a specific tenant.
📄️ Get Groups
Gets all Groups from a specific identity provider of a specific tenant.