Basic information
Package: com.suncode.plugin.scheduldedtask.task.InvokeDatasource
Available from version: 1.0.19
Description
Scheduled task to invoke given datasource. Scheduled task accepts datasource input parameters in JSON format.
Configuration parameters
Parameter name | from version | Description | The type of the parameter | Notes and Restrictions | ||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Datasource ID* | 1.0.19 | ID of the datasource that should be invoked. | String | |||||||||||||||||||||||||||||||||||||||||||||||
Datasource input parameters | 1.0.19 | Set of input parameters which datasource should be invoked with. Parameters should be specified in JSON format. Special tags can be used.
Availbale time tags, e.g. {current_YYYY}-{current_MM}-{current_DD} will insert current date in yyyy-MM-dd format.
| String | Parametrs in JSON format, e.g.
{ "parameter1":"{last_scheduledtask_execute_time}", "parameter2":"value2" } |
Sample configuration
Change log
1.0.19
- Add component
0 Comments