#350 Demo: Legal Contract Negotiation
Description
Edit## Overview
Document version management with deadlines between two parties.
## Workflow Steps
1. Generate Contract V1 (document template)
2. Send to Party A
3. Wait for Signed or Redlined signal
4. If Redlined:
- Generate V2 incorporating changes
- Send to Party B
- Wait for response
5. Expiration: If no activity for 7 days, send Offer Expiring notification
6. Continue until signed or expired
## Tools Required
- tools.http.request ✅ (document API)
- tools.email.send ✅
- Document Generation App ❌ (marketplace - PDF, DocuSign)
## DSL Operators
WaitForEventOperator (signatures), WaitOperator (expiration timer), ConditionalOperator, LoopOperator
## Mock Implementation
- Mock document generation with templates
- Simulate signatures via event API
- Track versions in workflow state
## Durable Advantages
- Single source of truth for contract state
- Native timer management
- Handles human interactions
- Full audit trail of negotiations
Comments
Loading comments...
Context
Loading context...
Audit History
View AllLoading audit history...