Skip to content

Commit

Permalink
Update docs/guides/creating-interactive-workflows.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bunchesofdonald committed Feb 1, 2024
1 parent c4b4023 commit e027a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/creating-interactive-workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ async def greet_user():

When a user sees the form for this input, the name field will contain "anonymous" as the default.

### Providing a description and runtime data
### Providing a description with runtime data

You can provide a dynamic, markdown description that will appear in the Prefect UI when the flow run pauses. This feature enables context-specific prompts, enhancing clarity and user interaction. Building on the example above:

Expand Down

0 comments on commit e027a09

Please sign in to comment.