Commit 01c4ed20 authored by Klaus Wölfel's avatar Klaus Wölfel

ingest into both, stopped and started data ingestions

parent d9be30d0
......@@ -13,7 +13,7 @@ specialise_reference = movement_dict.get('specialise_reference', None)
# first search for applicable data ingestion
data_ingestion = portal_catalog.getResultValue(
portal_type = 'Data Ingestion',
simulation_state = 'started',
simulation_state = ['started', 'stopped'],
reference =data_ingestion_reference)
def init_input_line(input_line, operation_line):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment