Manage contract repository agentic workflow
Summarize
Summary of Manage Contract Repository Agentic Workflow
The Manage Contract Repository Agentic Workflow enables organizations to enhance productivity by autonomously generating milestone reminders for contract renewals and terminations. This workflow leverages AI agents to retrieve essential contract details and create timely notifications for business owners or contract administrators regarding expiring contracts.
Show less
Key Features
- Autonomous Operation: To function automatically, business rules must be activated for the agentic workflow.
- AI Agents: The workflow utilizes specific AI agents to extract contract metadata, calculate lead times, and set reminders for contract milestones.
- Trigger Conditions: For non-self-served requests, the workflow is initiated when a contract repository record is created or modified with a contract end date, provided the user has the appropriate role. For self-served requests, similar conditions apply, but focus on the assignment group manager's role.
- Integration with Now Assist: Users can view the agentic workflow conversation in the Now Assist panel, which must be enabled for visibility.
Key Outcomes
By implementing the Manage Contract Repository Agentic Workflow, customers can expect to automate the monitoring of contract timelines efficiently, ensuring timely reminders for critical contract milestones, thus reducing the risk of missed deadlines and enhancing overall contract management effectiveness.
Use the Manage contract repository agentic workflow to improve productivity by autonomously creating milestone reminders for the notice period of contract renewals or the notice period for termination of contract renewals.
Manage contract repository overview
- To run the AI agents autonomously, activate business rules for the agentic workflow. For more information, see Activate business rules for the Manage contract repository agentic workflow.
If you have customized the Manage contract repository agentic workflow, update the script include to run it autonomously. For more information, see Update the contracts AI agents handler script include.
- To view the agentic workflow in the Now Assist panel, turn on the Now Assist panel. For more information, see Turn on the Now Assist panel.
- The contract repository record is created with a contract end date, or the end date in a contract repository is modified.
- The Assigned to user in the request has the now_assist_panel_user role.
- The contract repository record is created with a contract end date, or the end date in a contract repository is modified.
- The group manager of the Assignment group has the now_assist_panel_user role.
If there is no group manager for the Assignment group, one of the users in the Assignment group has the now_assist_panel_user role.
If the user requested changes on the contract request, the Assigned to user or the group manager in the request has the now_assist_panel_user role.
Accessing the agentic workflow
Role required: sn_aia.admin
If your generative AI service provider is not Now LLM Service, ensure that the API connections and credentials are configured. For more information, see Configuring API credentials for generative AI capabilities.
- Navigate to .
- Select Set reminders for contract milestones.
AI agents used in the Manage contract repository agentic workflow
| Name | Description |
|---|---|
| Extract contract metadata AI agent | Extracts the renewal notice period, notice period to terminate the renewals, and auto-renewal clause information from signed contact documents. |
| Calculate contract lead time AI agent | Determines the average lead time for similar contracts. |
| Set contract milestone reminder AI agent | Creates contract renewal reminders. |
| Contract record handler AI agent | Retrieves the contract repository details, such as contract vendor, contract model, contract document's attachment ID, and so on from a specific contract repository record. |