Uipath Marketplace
MarketplaceStudioアクティビティEnquero - Business Day Calculator for Scheduling

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

Enquero - Business Day Calculator for Scheduling

Enquero - Business Day Calculator for Scheduling

作成者: Enquero Inc

StarStarStarStarStarStarStarStarStarStar

0

アクティビティ

ダウンロード数

557

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

要約

要約

This activity returns the date of the nth business day of any month based on Orchestrator calendar.

概要

概要

Sample use case:

A process is scheduled to run only on the 5th business day of the month for doing payroll calculations for employees for the previous month. 

The Orchestrator scheduler runs every day for the first 10 days of the month to trigger the payroll process. The process first calls this custom activity to check if the current day is the 5th business day of the month. If this activity returns true, the process runs the payroll calculations. Otherwise, it does not take any actions until next day.

Arguments:

  • in_Month_MMM (String) - Optional input argument which allows the user to provide any month in the string format "MMM". Default value is the current month.
  • in_OrchestratorCalendarName (String) - Optional input argument which allows the user to provide the Orchestrator calendar name. Default value leads to no non-working days to be considered including the weekend days.
  • in_BusinessDayOfMonth (Int32) - The index of the business day to be checked for the given month. For example, to find the 5th business day of a month, the value for this argument is 5. Default value is 1 (1st working day of the month).
  • out_NextWorkingDate (DateTime) - The output argument which returns the date of the nth business day of the month.
  • out_WorkingDayFlag (Boolean) - The output argument which returns "True" if the out_NextWorkingDate is the current day.

機能

機能

This custom activity helps to schedule processes based on a particular business day of the month in a dynamic way. If a process needs to be executed on nth business day of the month, this activity can be used to trigger the process. Also, if the current day needs to be checked for a particular working day, this activity is useful.

その他の情報

その他の情報

依存関係

"UiPath.Excel.Activities": "2.7.2" "UiPath.Mail.Activities": "1.7.2" "UiPath.System.Activities": "19.10.1" "UiPath.UIAutomation.Activities": "19.11.1"

コード言語

C#, Visual Basic

ランタイム

Windows レガシ (.Net Framework 4.6.1)

公開者

Enquero Inc

公開者ページを表示

信頼できるソース

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

BSD

プライバシー条項

技術情報

バージョン

1.0.2

更新日

2020年3月10日

対応製品

Studio: 20.10 - 22.10

認定

シルバー 認定済み

アプリケーション

UiPath Orchestrator

コレクション

サポート

UiPath コミュニティ サポート

リソース

類似のコンポーネント