Simple-trigger component
A component used to trigger integration flows without requesting data from any services.
Description
This component serves as a trigger for integration flows without requiring data from any services.
Triggers
Simple trigger
This trigger sends a message with information when the current and previous messages are sent.
Configuration Fields
- Start Time (string, optional): The timestamp to start sending messages from (inclusive), using the ISO 8601 Date time UTC format (YYYY-MM-DDThh:mm:ss.sssZ). The default value is the beginning of time (January 1, 1970 at 00:00).
- End Time (string, optional): The timestamp to stop sending messages (exclusive), using the ISO 8601 Date time UTC format (YYYY-MM-DDThh:mm:ss.sssZ). The default value is set to never stop.
Please Note: As is the case with all other trigger components, to complete the Simple-trigger setup, you must plan a schedule for your flow. If not, the default schedule will be used.
This trigger does not require any input metadata.
- fireTime (string, required): The timestamp when the trigger was executed, formatted in the ISO 8601 Date time format (YYYY-MM-DDThh:mm:ss.sssZ).
- lastPoll (string, required): The timestamp of the previous execution in the ISO 8601 Date time UTC format (YYYY-MM-DDThh:mm:ss.sssZ).