Basic information
Package: com.suncode.plugin.scheduldedtask.task.InvokeDatasource
Available from version: 1.0.X
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.X | ID of the datasource that should be invoked. | String | |||||||
Datasource input parameters | 1.0.X | Set of input parameters which datasource should be invoked with. Parameters should be specified in JSON format. Special tags can be used.
| String | Parametrs in JSON format, e.g.
{ "parameter1":"{last_scheduledtask_execute_time}", "parameter2":"value2" } |
Change log
1.0.X
- Add component