Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 502 Bytes

File metadata and controls

7 lines (4 loc) · 502 Bytes

Executing a Job

There are two methods for executing jobs within the system.

  1. Via Airflow UI. Allows for a user to use the underlying airflow implementation to execute application packages or airflow custom workflows (airflow refers to these as DAGS).
  2. Via Web processing service (WPS). Using WPS abstracts the call to execute a job from the underlying implementaiton, and will work with future implementations of the processing system.