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
Copy file name to clipboardExpand all lines: docs/features/child-workflows.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ class ParentWorkflow extends Workflow
123
123
124
124
### Getting Child Workflow IDs
125
125
126
-
You can access the underlying stored workflow ID using the `id()` method on the child handle. This allows you to store the ID for external systems to signal the child directly.
126
+
You can access the child workflow ID using the `id()` method on the child handle. This allows you to store the ID for external systems to signal the child directly.
0 commit comments