Introduction of schedule parameters:
- Scheduled parameters are available across all scheduled runs of an integration and can be used to facilitate processing of data from one run to the next run for example, When performing batch processing, a scheduled parameter can be used to track the current position of batched data between runs.
- Max 5 variables can be added.
- Last time and date of the schedules integration to avoid the duplicate processing of data.
UseCase: We will create a schedule parameter lastRunDateTime and initialize with '' and log the last run date time and update the lastrundatetime with the schedulestartTime.
Detailed Steps:
Step1: Create a schedule orchestration integration and clicked on the Schduled icon and select Edit.
concat("last run date and time: ", $lastRunDateTime)
Step4: From the actions, add a assign activity and select the created selected parameter "lastRunDateTime" and add the value as startTime of the schedule. Validate and close.
No comments:
Post a Comment