MarketplaceStudioActivityTrigger Calculator Activities

Create your first automation in just a few minutes.Try Studio Web

Trigger Calculator Activities

Trigger Calculator Activities

by Ceyda Eren

StarStarStarStarStarStarStarStarStarStar

0

Activity

Downloads

<100

back button
back button
carouselImage0
next button
next button

Summary

Summary

Calculating process trigger time

Overview

Overview

Sometimes, Cron is not enough for triggering process. At times like these, we need extra logic to determine if a process will run or not. For example, if a process must be run on Sunday every two weeks, then the extra logic will be needed.

Inputs

  • Duration - ex: If Duration is 5 and DurationType is DurationTypes.Minute, then it waits for 5 minutes to run it again.
  • DurationType - ex : DurationTypes.Year, DurationTypes.Day etc.
  • InitialDate - Process is triggered from this date (new DateTime(year, month, day, hour, minute, second)).
  • TimeZoneId - TimeZoneInfo.Id list can be found online (an example of TimeZoneInfo.Id : "GTB Standard Time").

Output

  • IsRunnable : Runnable status of process.

These activities also need Orchestrator triggers. But attention is needed to it. For example, if you set DurationType as DurationType.Hour, then you must set the Orchestrator trigger as hourly or lower than it. When Orchestrator triggers the process, then this activity checks if the process is proper for running and sets IsRunnable variable. According to the IsRunnable variable, you can create if-else flow and run your sequence.

Features

Features

This package helps with calculating process trigger time.

Additional Information

Additional Information

Dependencies

None

Code Language

C#, Visual Basic

Runtime

Windows (.Net 5.0 or higher)

Publisher

Ceyda Eren

Visit publisher's page

License & Privacy

Apache

Privacy Terms

Technical

Version

1.0.5

Updated

December 5, 2022

Works with

Studio: 22.10.3+

Certification

Silver Certified

Application

UiPath Studio

Support

UiPath Community Support

Similar Listings