Adapter - Scheduled Events
This page describes version 2.0.6 of the adapter.
Overview
This adapter is used to schedule events to occur at intervals denoted in CRON notation. Each adapter instance can schedule up to five different events to occur at regular (or irregular) intervals.
The Adapter and Event names specified for each scheduled entry may represent existing adapters (and related events) currently defined in the system, or may be Adapter and/or Event names which do not exist and are representative of the operation you want to occur (e.g. - Adapter Name = "Door Control", Event Name = "Lock").
If the Adapter and/or Event names do not exist, you may receive warnings when configuring a trigger for these values. Verify that the trigger fires properly with your schedule before continuing to configure a related workflow.
Properties
Name | Display | Is Required | Comments | Type | Default Value | Maximum Value | Minimum Value | Maximum Length | Minimum Length |
---|---|---|---|---|---|---|---|---|---|
schedule1 | Schedule Entry #1 Cron Schedule | False | Enter the schedule in Cron time string format (e.g. - '0 10 15 * *'). Schedules use UTC time, not your local time. | string | 2048 | ||||
adapter1 | Schedule Entry #1 Adapter Name | False | The Adapter name configured in your Trigger. This can be an existing adapter or a meaningful adapter name which doesn't exist. | string | 2048 | ||||
event1 | Schedule Entry #1 Adapter Event | False | The Event name configured in your Trigger. This event may be a custom event name which is not exposed by an actual adapter. | string | 2048 | ||||
properties1 | Schedule Entry #1 Event Properties | False | A JSON-formatted string containing the properties for the event (e.g. - '{ "property1": "value1", "property2": "value2" }') to pass to the Trigger. | string | 2048 | ||||
schedule2 | Schedule Entry #2 Cron Schedule | False | Enter the schedule in Cron time string format (e.g. - '0 10 15 * *'). Schedules use UTC time, not your local time. | string | 2048 | ||||
adapter2 | Schedule Entry #2 Adapter Name | False | The Adapter name configured in your Trigger. This can be an existing adapter or a meaningful adapter name which doesn't exist. | string | 2048 | ||||
event2 | Schedule Entry #2 Adapter Event | False | The Event name configured in your Trigger. This event may be a custom event name which is not exposed by an actual adapter. | string | 2048 | ||||
properties2 | Schedule Entry #2 Event Properties | False | A JSON-formatted string containing the properties for the event (e.g. - '{ "property1": "value1", "property2": "value2" }') to pass to the Trigger. | string | 2048 | ||||
schedule3 | Schedule Entry #3 Cron Schedule | False | Enter the schedule in Cron time string format (e.g. - '0 10 15 * *'). Schedules use UTC time, not your local time. | string | 2048 | ||||
adapter3 | Schedule Entry #3 Adapter Name | False | The Adapter name configured in your Trigger. This can be an existing adapter or a meaningful adapter name which doesn't exist. | string | 2048 | ||||
event3 | Schedule Entry #3 Adapter Event | False | The Event name configured in your Trigger. This event may be a custom event name which is not exposed by an actual adapter. | string | 2048 | ||||
properties3 | Schedule Entry #3 Event Properties | False | A JSON-formatted string containing the properties for the event (e.g. - '{ "property1": "value1", "property2": "value2" }') to pass to the Trigger. | string | 2048 | ||||
schedule4 | Schedule Entry #4 Cron Schedule | False | Enter the schedule in Cron time string format (e.g. - '0 10 15 * *'). Schedules use UTC time, not your local time. | string | 2048 | ||||
adapter4 | Schedule Entry #4 Adapter Name | False | The Adapter name configured in your Trigger. This can be an existing adapter or a meaningful adapter name which doesn't exist. | string | 2048 | ||||
event4 | Schedule Entry #4 Adapter Event | False | The Event name configured in your Trigger. This event may be a custom event name which is not exposed by an actual adapter. | string | 2048 | ||||
properties4 | Schedule Entry #4 Event Properties | False | A JSON-formatted string containing the properties for the event (e.g. - '{ "property1": "value1", "property2": "value2" }') to pass to the Trigger. | string | 2048 | ||||
schedule5 | Schedule Entry #5 Cron Schedule | False | Enter the schedule in Cron time string format (e.g. - '0 10 15 * *'). Schedules use UTC time, not your local time. | string | 2048 | ||||
adapter5 | Schedule Entry #5 Adapter Name | False | The Adapter name configured in your Trigger. This can be an existing adapter or a meaningful adapter name which doesn't exist. | string | 2048 | ||||
event5 | Schedule Entry #5 Adapter Event | False | The Event name configured in your Trigger. This event may be a custom event name which is not exposed by an actual adapter. | string | 2048 | ||||
properties5 | Schedule Entry #5 Event Properties | False | A JSON-formatted string containing the properties for the event (e.g. - '{ "property1": "value1", "property2": "value2" }') to pass to the Trigger. | string | 2048 |
Release History
Version | Type | Description | Tracking # | Date |
---|---|---|---|---|
2.0.1 | Initial | First release in the Adapter Type store. | ||
2.0.4 | Maintenance | Updated third-party components and improved maintainability. | NAP-11518 | |
2.0.5 | Maintenance | Updated third-party components and improved maintainability. | NAP-23945 | |
2.0.6 | Maintenance | Updated third-party components and improved maintainability. | NAP-27635 | 2024-07-31 |