From 2629abc9aa1a728d46a9e1e52f95aca076c3da94 Mon Sep 17 00:00:00 2001 From: aaronstrachardt Date: Tue, 3 Feb 2026 18:25:04 +0100 Subject: [PATCH] docs: add no solution tip (#97). --- docs/source/user-guide/web-interface.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/source/user-guide/web-interface.rst b/docs/source/user-guide/web-interface.rst index 6f3d5d6..02ae5c1 100644 --- a/docs/source/user-guide/web-interface.rst +++ b/docs/source/user-guide/web-interface.rst @@ -91,6 +91,11 @@ Explore Generated Workflows Once you have specified the domain, inputs, outputs, constraints, and search parameters, Workflomics will generate a list of candidate workflows that meet your criteria. You can then explore these workflows to identify the most promising options for your research. +.. note:: + If no solutions are found for a given specification, try a different configuration + (e.g., change maximum workflow length, expected inputs/outputs, or remove constraints). + You may also consider using a non-executable domain to troubleshoot the issue. + Workflow structure ------------------