Files
ali 7661377e00 UN-2885 [FIX] Fix MinIO cleanup failure due to incorrect organization ID format in workflow execution context (#1590)
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>
2025-10-15 14:32:11 +05:30
..
2024-02-25 16:19:36 +05:30
2025-04-24 16:07:02 +05:30