UN-2885 [FIX] Fix MinIO cleanup failure due to incorrect organization ID format Fixed MinIO path mismatch causing cleanup failures by correcting the organization_id format returned in workflow execution context. Changed backend/workflow_manager/internal_views.py:443 from returning numeric organization.id (e.g., "2") to string organization.organization_id (e.g., "org_HJqNgodUQsA99S3A") in _get_organization_context() method. This ensures MinIO cleanup uses the correct organization ID format that matches the paths where tools write execution files. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>