Skip to content

Commit fd04fb1

Browse files
authored
Clarify child workflow ID access in documentation
1 parent 1d678d0 commit fd04fb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/child-workflows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ class ParentWorkflow extends Workflow
123123

124124
### Getting Child Workflow IDs
125125

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.
127127

128128
```php
129129
use function Workflow\{activity, child};

0 commit comments

Comments
 (0)