Skip to content

Commit aa7abaf

Browse files
authored
Update starting-workflows.md
1 parent f06dba9 commit aa7abaf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/defining-workflows/starting-workflows.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ $workflow->start();
1414
```
1515

1616
Once a workflow has been started, it will be executed asynchronously by a queue worker. The `start()` method returns immediately and does not block the current request.
17+
18+
You can also pass data to the workflow via the `start()` method. Any data you pass in will be sent to the workflow's `execute()` method.

0 commit comments

Comments
 (0)