mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-09-07 05:08:58 +00:00
add new ID property for processors and routes
This commit is contained in:
@@ -15,7 +15,8 @@ The `time.sleep` processor will sleep for the specified `duration` in millisecon
|
||||
This would sleep for 5 seconds before passing the message to the next processor.
|
||||
|
||||
```yaml
|
||||
- type: time.sleep
|
||||
- id: sleep
|
||||
type: time.sleep
|
||||
params:
|
||||
duration: 5000
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user