Task
A task is 'an action' that needs to be taken as per Orders passed by the Judge. Each task is always associated with 1 parent Order.
Last updated
A task is 'an action' that needs to be taken as per Orders passed by the Judge. Each task is always associated with 1 parent Order.
Last updated
The Task Registry, API, and Services are designed to manage the execution of specific court-ordered activities, referred to as "tasks." These tasks are triggered by court orders and typically include actions such as issuing summons and executing warrants. The Task Registry acts as the authoritative repository for all tasks triggered by court orders. Each task is assigned a unique identifier and includes details such as the type of action required, deadlines, involved parties, and its current status. This approach ensures that tasks are consistently managed and easily accessible. The API facilitates the creation of tasks based on court orders, automatically assigning them to the appropriate personnel or departments. The registry records each task’s details and ensures that they are linked to the corresponding court order. The service and registry enable real-time tracking of task progress, allowing authorized users to monitor the status of each task from initiation to completion. This includes updating task statuses (e.g., pending, in progress, completed) and providing detailed logs of all actions taken.
Potential uses for this service include:
Summons and Warrant Execution Services: Legal service providers specialising in the execution of court-issued summons and warrants can use the Task Registry and APIs to streamline their operations. These providers can integrate with the Task API to automatically receive and execute tasks related to summons and warrants as they are issued by the court. The Task Registry ensures that all relevant details, such as the target of the warrant or the recipient of the summons, are included in the task assignment. Providers can track the execution status in real-time, ensuring that they meet court deadlines and provide timely updates back to the court.
Task Management Platforms for Law Enforcement: Task management platforms designed for law enforcement agencies can leverage the Task Registry and APIs to coordinate and monitor the execution of court-ordered activities. These platforms can use the API to assign tasks such as serving summons or executing arrest warrants to the appropriate officers or departments. The Task Registry allows for real-time tracking of task progress, ensuring that all actions are logged and that the status of each task is updated as it is completed.
Create Task (/task/v1/create): Creates a new task, requiring details like tenant ID, task type, case ID, status, task number, and the creation date.
Update Task (/task/v1/update): Updates an existing task with similar details as the create operation, including the updated date.
Search Tasks (/task/v1/search): Allows searching for tasks based on various criteria, such as tenant ID, task ID, case ID, task type, status, task number, and creation date.
Check Task Existence (/task/v1/exists): Checks whether a specific task exists using its task ID.