docs: typo in jobs queue workflows (#11063)
This commit is contained in:
@@ -20,7 +20,7 @@ The most important aspect of a Workflow is the `handler`, where you can declare
|
|||||||
|
|
||||||
However, importantly, tasks that have successfully been completed will simply re-return the cached and saved output without running again. The Workflow will pick back up where it failed and only task from the failure point onward will be re-executed.
|
However, importantly, tasks that have successfully been completed will simply re-return the cached and saved output without running again. The Workflow will pick back up where it failed and only task from the failure point onward will be re-executed.
|
||||||
|
|
||||||
To define a JS-based workflow, simply add a workflow to the `jobs.wokflows` array in your Payload config. A workflow consists of the following fields:
|
To define a JS-based workflow, simply add a workflow to the `jobs.workflows` array in your Payload config. A workflow consists of the following fields:
|
||||||
|
|
||||||
| Option | Description |
|
| Option | Description |
|
||||||
| --------------------------- | -------------------------------------------------------------------------------- |
|
| --------------------------- | -------------------------------------------------------------------------------- |
|
||||||
|
|||||||
Reference in New Issue
Block a user