#339 FIXED: Activity failure now propagates to workflow status
Description
EditFixed bug where workflow showed status=completed even when activity failed. Root cause: ActivityOperator only queued activity without waiting for completion. Fix: Modified execute_activity_operator in operators.py to wait for activity completion event via new _wait_for_activity_completion method. Also added ActivityOperator to sleep-state exclusion list in inline_executor.py line 1304.
Comments
Loading comments...
Context
Loading context...
Audit History
View AllLoading audit history...