1.*process_single_manifest_file_task* prepare every entity to be stored on Storage sevice and store it.
1.*update_status_finished_task* requires *workflowID* to change a workflow state from *running* to either *finished* or *failed*. If any previous task is failed, the DAG is marked as failed and the status *failed* is sent to the Workflow Service, otherwise the DAG is marked as successful and the status *finished* is sent to the Workflow Service.
#### Requirements
The [Airflow DAG](/airflow/workflow-svc-v2/segy_to_zgy_ingestion_dag.py) has dependencies from [osdu-airflow-lib](https://community.opengroup.org/osdu/platform/data-flow/ingestion/osdu-airflow-lib) package for common operators and backward compatibility.