>_
.issue.db
/highway-workflow-engine
Dashboard
Issues
Memory
Lessons
Audit Log
New Issue
Edit Issue #346
Update issue details
Title *
Description
## Overview Cost-saving infrastructure automation with self-destructing dev environments. ## Workflow Steps 1. Developer opens Pull Request (webhook trigger) 2. Provision cloud resources (DB, K8s namespace) 3. Wait for PR Merged or PR Closed event 4. If no event in 24 hours: Send warning 5. Wait 4 more hours 6. If still no event: Destroy resources ## Tools Required - tools.http.request ✅ (webhook, cloud APIs) - tools.email.send ✅ (warnings) - Cloud Provider App ❌ (marketplace - AWS, GCP, K8s) ## DSL Operators WaitForEventOperator (webhook), WaitOperator (timeout), ConditionalOperator, TaskOperator ## Mock Implementation - Mock cloud provisioning with docker containers - PR events simulated via event API - Resource tracking in workflow state ## Durable Advantages - Long-running timers - Self-destruct on timeout - Handles external webhook triggers - Cost optimization automation
Priority
Low
Medium
High
Critical
Status
Open
In Progress
Closed
Won't Do
Due Date (YYYY-MM-DD)
Tags (comma separated)
Related Issues (IDs)
Enter IDs of issues related to this one. They will be linked as 'related'.
Update Issue
Cancel