Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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 namefrom versionDescriptionThe type of the parameterNotes and Restrictions
Datasource ID*1.0.XID of the datasource that should be invoked.String 
Datasource input parameters1.0.X

Set of input parameters which datasource should be invoked with. Parameters should be specified in JSON format. Special tags can be used.

 

 Scheduled task last execution date
 {last_scheduledtask_execute_time}Last execution date for scheduled task type
 {last_scheduledtask_instance_execute_time}Last execution date for scheduled task instance
String

Parametrs in JSON format, e.g.

 

{

"parameter1":"{last_scheduledtask_execute_time}",

"parameter2":"value2"

}

Change log

1.0.X

  • Add component
 

 

 

 

 

 

 

  • No labels