Pakiet: com.suncode.plugin.scheduldedtask.task.InvokeDatasource

Dostępna od wersji: 1.0.X

Zadanie zaplanowane wywołuje podane źródło danych. Zadanie przyjmuje parametry wejściowe w formacie JSON.

Nazwa parametruod wersjiOpisTyp parametruUwagi i ograniczenia
ID źródła danych*1.0.XID źródła danych, które ma zostać wywołane.Tekst 
Parametry źródła1.0.X

Zestaw parametrów wejściowych, z jakimi zostanie uruchomione źródło. Parametry w formacie JSON. Możliwość użycia specjalnych znaczników.

 

Data ostatniego wykonania zadania
{last_scheduledtask_execute_time}Data wykonania zadania danego typu
{last_scheduledtask_instance_execute_time}Data wykonania zadania danej instancji
Tekst

Parametry w formacie JSON, np.:

 

{

"parametr1":"{last_scheduledtask_execute_time}",

"parametr2":"wartość2"

}

Parametr- pole wymagane

1.0.X

  • Dodanie komponentu

Package: com.suncode.plugin.scheduldedtask.task.InvokeDatasource

Available from version: 1.0.X

Scheduled task to invoke given datasource. Scheduled task accepts datasource input parameters in JSON format.

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"

}

1.0.X

  • Add component