Skip to content

Commit 1f92f49

Browse files
authored
Enhance signals documentation with additional context
Expanded the explanation of signals to include human-in-the-loop interventions.
1 parent 041453c commit 1f92f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/signals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_position: 1
44

55
# Signals
66

7-
Signals allow you to trigger events in a workflow from outside the workflow. This can be useful for reacting to external events or for signaling the completion of an external task.
7+
Signals allow you to trigger events in a workflow from outside the workflow. This can be useful for reacting to external events, enabling *human-in-the-loop* interventions, or for signaling the completion of an external task.
88

99
To define a signal method on your workflow, use the `SignalMethod` annotation. The method will be called with any arguments provided when the signal is triggered:
1010

0 commit comments

Comments
 (0)