<< Fare clic per visualizzazione il sommario >> Percorso: API di piattaforma > Servizi Core > Jamio Schedule > SimpleScheduleEvent |
Service
Method
SimpleScheduleEvent
Description
Schedules event 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 |
|
eventModelReference |
The event model reference (required). |
Reference |
|
customEventValues |
Optional custom event values of fields. |
Dataset |
Y |
linkedResource |
Optional resource reference |
Reference |
Y |
Output |
|||
Name |
Description |
Type |
Optional |
returnValue |
The schedule registration identifier |
String |
|