Repeat Trigger
UiPath.Core.Activities.RepeatTrigger
Description
This activity allows you to configure a TimeSpan as InArgument. When the timespan expires, the trigger executes and can be repeated based on the settings.
Project compatibility
Windows
Configuration
- Interval - Specifies the time interval on which the trigger starts.
Properties Panel
- Enabled - Specifies if the trigger is enabled or not.
- SchedulingMode - The type of triggering, it can have the following values: Concurrent, Sequential, One Time. By default, this field is set to Concurrent.
- TriggerId - The identifier of the trigger. This ID is unique across the project.