timer()
method in your flow. This method accepts the following input arguments:
Parameter | Type | Required | Description |
---|---|---|---|
name | string | Yes | Unique identifier for the node. |
delay | integer | Yes | Timer delay in milliseconds. |
display_name | string | No | Display name for the node. |
description | string | No | Description of the node. |
input_map | DataMap | No | Define input mappings using a structured collection of Assignment objects. |