Checklist for Publishing Workflow After Debugging
Before publishing the workflow changes, ensure to complete the following checklist:
- Test each major run profile.
- Exercise each switch branch.
- Remove or disable breakpoints used during debugging.
- Unpin pinned outputs unless intentionally retained for a debugging session.
- Clear temporary mock outputs.
- Accept or discard temporary configuration overrides.
- Check that LLM nodes produce outputs in the expected format.
- Check that Data, function, tool, and service nodes receive valid payloads.
- Check that RAG and tool nodes receive relevant inputs and return useful content.
- Check that final summary nodes receive the expected source data.
- Check that final chat responses are accurate, readable, and aligned with the user's request.
- Test error and empty result scenarios where relevant.