Revision 33663
Added by Claudio Atzori almost 10 years ago
modules/dnet-openaireplus-workflows/trunk/src/main/resources/eu/dnetlib/test/profiles/openaireplus/workflows/iis/iis-preprocessing.xml | ||
---|---|---|
27 | 27 |
[ |
28 | 28 |
{ |
29 | 29 |
'set' : 'iis-referenced-projects-preprocessing', |
30 |
'jobProperty' : 'export_action_set_id_document_referencedProjects' |
|
30 |
'jobProperty' : 'export_action_set_id_document_referencedProjects', |
|
31 |
'enablingProperty' : 'active_referencedProjects_export', |
|
32 |
'enabled' : 'true' |
|
31 | 33 |
}, |
32 | 34 |
{ |
33 | 35 |
'set' : 'iis-referenced-datasets-preprocessing', |
34 |
'jobProperty' : 'export_action_set_id_document_referencedDatasets' |
|
36 |
'jobProperty' : 'export_action_set_id_document_referencedDatasets', |
|
37 |
'enablingProperty' : 'active_referencedDatasets_export', |
|
38 |
'enabled' : 'true' |
|
35 | 39 |
}, |
36 | 40 |
{ |
37 | 41 |
'set' : 'iis-wos-entities', |
38 |
'jobProperty' : 'export_action_set_id_entity_wos' |
|
42 |
'jobProperty' : 'export_action_set_id_entity_wos', |
|
43 |
'enablingProperty' : 'active_entity_wos_export', |
|
44 |
'enabled' : 'true' |
|
39 | 45 |
}, |
40 | 46 |
{ |
41 | 47 |
'set' : 'iis-dataset-entities-preprocessing', |
42 |
'jobProperty' : 'export_action_set_id_entity_dataset' |
|
48 |
'jobProperty' : 'export_action_set_id_entity_dataset', |
|
49 |
'enablingProperty' : 'active_entity_dataset_export', |
|
50 |
'enabled' : 'true' |
|
43 | 51 |
} |
44 | 52 |
] |
45 | 53 |
</PARAM> |
Also available in: Unified diff
fixed action set json structures