{"description":"\n        This API provides endpoints to register and trigger processes \n        from external sources.\n        ","endpoints":[{"method":"GET","path":"/","description":"Get the API description."},{"method":"GET","path":"/health","description":"Get the app status."},{"method":"POST","path":"/<actor_name>/register","description":"Register a new process."},{"method":"POST","path":"/<actor_name>/trigger","description":"Trigger a process."},{"method":"GET","path":"/tasking/requests","description":"Get all tasking requests for Tasking actor."}]}