microsoft / microsoft/agent-framework
Python: Define fan-out behavior when node requests HITL info
Open
Nobody has claimed this yet.
python
workflows
- Dominant language
- Python
- Stars
- 13.6k
- Forks
- 2.3k
- Avg merge
- 2d 45m
- Merged PRs (30d)
- 358
Description
## Summary
When a workflow fans out and one node requests info (HITL) while another node is in a loop, the behavior is undefined.
**Source:** Declarative RequestInfo notes
## Context
**Question:** Should we pause the entire workflow when any node requests info?
**Recommendation:** Pausing the entire workflow is the simplest solution.
## Action Items
- [ ] Define and document expected behavior
- [ ] Implement workflow-wide pause when any node requests info
- [ ] Consider if selective pausing is needed in the future
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.