はじめてのオートメーションをわずか数分で作成できます。Studio Web を試す →
作成者: Internal Labs
3
アクティビティ
11.7k
要約
要約
Activities to get next run time(s) for a cron expression, or all run times in a given time range.
概要
概要
Activities in this package:
The activities use 3rd party library Quartz.dll (https://www.quartz-scheduler.net/). The 3rd party library was included in the package, not just added as reference, because this way we can use all types and public methods from the Quartz.net library.
Can be used to get "a calendar" of scheduled jobs in Orchestrator, there is also snippet available for this - Export Schedules Calendar for Orchestrator. The Orchestrator API provides only the cron expression for a given schedule, not the next run times according to the cron expression, so we can use the methods provided in this package to get the run times according to schedule.
Cross Platform Release 2.0: Listing is upgraded to work on Cross Platform, .NET 6 (Windows Projects), and .NET Framework 4.6.1 (Windows-Legacy).
機能
機能
The activities included in this package can be used to get trigger times for a cron expression. Can be useful if we want to find out when a scheduled process will be executed, in a given time interval. In Orchestrator we have only the next run time available, but we can get the cron expression using API and, with the help of the activities included in this package, we can get all scheduled execution times in the given interval.
その他の情報
その他の情報
依存関係
Quartz Enterprise Scheduler .NET - https://github.com/quartznet
コード言語
C#, Visual Basic
ランタイム
クロスプラットフォーム (.NET 5.0 以上)