Uipath Marketplace
MarketplaceStudioアクティビティTrigger Calculator Activities

はじめてのオートメーションをわずか数分で作成できます。Studio Web を試す

Trigger Calculator Activities

Trigger Calculator Activities

作成者: Ceyda Eren

StarStarStarStarStarStarStarStarStarStar

0

アクティビティ

ダウンロード数

<100

[戻る] ボタン
[戻る] ボタン
carouselImage0
[次へ] ボタン
[次へ] ボタン

要約

要約

Calculating process trigger time

概要

概要

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.

機能

機能

This package helps with calculating process trigger time.

その他の情報

その他の情報

依存関係

None

コード言語

C#, Visual Basic

ランタイム

Windows (.NET 5.0 以上)

公開者

Ceyda Eren

公開者ページを表示

ライセンス契約とプライバシー条項

Apache

プライバシー条項

技術情報

バージョン

1.0.5

更新日

2022年12月5日

対応製品

Studio: 22.10.3+

認定

シルバー 認定済み

アプリケーション

UiPath Studio

サポート

UiPath コミュニティ サポート

類似のコンポーネント