When running a simple workflow, the execution completes successfully (outputs are correctly produced), but the final state reported by events.get_final_state() is WorkflowRunState.IDLE instead of ...
🐛 Description When debugging a Python program that spawns multiple subprocesses (for example, via multiprocessing or subprocess), the Python Debugger panel in VS Code displays all the process PIDs, ...