There are two methods for executing jobs within the system.
- 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).
- 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.