Execution time tab
This dialog, in which the time for the automatic execution can be set, can be found in Intrexx in various places, such as in the properties of the process elements
From / to
By entering the start and end date, you can define a period that the automatic execution should take place in. This setting is not available for timer actions.
Time zone
Selecting the time zone determines the time zone to which the time specified in the dialog refers.
Rule type "Standard rule"
The "Standard rule" rule type can be used to specify the time and frequency of execution. When using this, the scheduler rule in the lower part of the dialog will be updated automatically.
Time
If the standard rule is selected as the rule type, the time for execution can be defined here.
At
A specific time, which the execution should take place at, can be defined with this option.
Repeat every
Define here after how many hours, minutes and seconds the execution should be repeated. The first time execution is then started at the next full hour from the value entered in the "From" field. If this is not desired, an individual rule can be stored.
Frequency
Daily every ... days
The number entered here determines after how many days the execution is repeated.
Weekly
Select here the day(s) of the week when the job should be executed.
Monthly every ... months
The number entered here determines after how many months the execution is repeated. The day of the month, on which the execution should be repeated, must also be specified. This specification can be given as a number (first, second, third day of the month etc.) or as a weekday (first Monday of the month, second Saturday etc.). The job will not be executed without this information.
Scheduler rule
The settings, which you have defined, will be automatically formatted and entered as the scheduler rule here.
Rule type "Individual rule"
Scheduler rule
The scheduler rule can be entered manually here. Information on the structure of the rules can be found here. The detailed description of the CronTrigger expressions can be found here (CronTrigger class).
Rule type "Multiple individual rules"
More complex rules can be entered in a text area here. Start a new line in the text area for each new rule. Information on the structure of the rules can be found here. The detailed description of the CronTrigger expressions can be found here (CronTrigger class).
Rule type "Dynamically determined rule"
This setting can be selected for timer actions. Using a dynamically determined rule, system values can be used to determine the execution time in a process.
System value
You can choose from the following system values here:
-
Request value
-
Session value
-
System data group
-
User value
Application
The application in which the system data group is located can be selected for the "System data group" system value.
Value
The following should be entered here for a
-
for a request value: name of the request variable
-
for a session value: name of the session variable
-
for a value from the processing context: name of the variable
-
for a system data group value: application and name of the data group
-
for a user value: user property
Error report
Specify here when an error should be output in the log file.
The determined execution time lies in the past
Activate this setting for an error message when the date is in the past.
The determined execution time is <zero>
Activate this setting for an error message when NULL is the returned value.