<< Fare clic per visualizzazione il sommario >> Percorso: API di piattaforma > Servizi Core > Jamio Schedule > SimpleScheduleProcess |
Service
Method
SimpleScheduleProcess
Description
Schedules process invocations that will occur at the start time, and repeat at the the given interval the given number of times.
Input |
|||
Name |
Description |
Type |
Optional |
serverAddress |
Server address for an external Domain (or "" for the current Domain) |
String |
Y |
token |
The session token (for the current session in the current Domain may be null or empty) |
String |
Y |
tenantId |
The tenant id (if null or empty, the tenant id of the current session is used) |
String |
Y |
name |
The schedule name |
String |
Y |
startTime |
The scheduling start time (defaults to "immediately") |
DateTime |
Y |
repeatCount |
Repeat count (defaults to 0 = no repetition, just a single run of the job) |
Int32 |
Y |
repeatInterval |
Repeat interval. Default value is 0 seconds; Parameter is ignored for repeatCount = 0. Parameter is obligatory for repeatCount > 0. |
Y |
|
processModelReference |
The process model reference (required) |
Reference |
|
inputs |
Optional process inputs |
Dataset |
Y |
linkedResource |
Optional resource reference |
Reference |
Y |
Output |
|||
Name |
Description |
Type |
Optional |
returnValue |
The schedule registration identifier |
String |
|
Remarks
When scheduled process is started, if the execution of the process is not allowed (for example because the maximum number of process instances has been exceeded) the process is queued until the situation that causes the block is resolved and then subsequently rerun. In this scenario, the scheduled process will start at different times than the scheduled ones.