diff --git a/src/components/WorkflowDetail.tsx b/src/components/WorkflowDetail.tsx index c546b7cd..210b185e 100644 --- a/src/components/WorkflowDetail.tsx +++ b/src/components/WorkflowDetail.tsx @@ -126,10 +126,7 @@ export default function WorkflowDetail({ if (!features.workflowQueries) { return (
- Check out{" "} - - the documentation - {" "} - to learn more about workflows. -
+ {workflowQueriesEnabled && ( ++ Workflows model a process as dependent tasks, making it easier + to coordinate fan-out, fan-in, retries, and progress across + related jobs. +
+Model your jobs as a series of dependent tasks with Workflows. - Tasks don't execute until all their dependencies have - completed, and support fan-out and fan-in execution. + Tasks don't execute until all their dependencies have completed, + and support fan-out and fan-in execution.
- Workflows are included with River Pro. If you're already using - Pro,{" "} + Workflows are part of River Pro. If you're not using Pro yet,{" "} - upgrade your deployment - {" "} - to access Pro features in the UI. + learn about Workflows + + . If you're already using Pro, ensure you've run all River Pro + migrations against the configured schema to access workflow + features in the UI.{" "}