You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: signal_your_workflow/wf_signal_dacx.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,14 @@
10
10
- The arguments must be serializable.
11
11
To define a Signal, set the Signal decorator [`@workflow.signal`](https://python.temporal.io/temporalio.workflow.html#signal) on the Signal function inside your Workflow.
12
12
13
-
**Customize name**
14
-
15
13
Non-dynamic methods can only have positional arguments.
16
14
Temporal suggests taking a single argument that is an object or data class of fields that can be added to as needed.
17
15
18
16
Return values from Signal methods are ignored.
19
17
20
-
You can have a name parameter to customize the Signal's name, otherwise it defaults to the unqualified method `__name__`.
18
+
**Customize names**
19
+
20
+
You can have a name parameter to customize the Signal's name, otherwise it defaults to the name of the Signal method.
0 commit comments