:py:mod:`workstep` ================== .. py:module:: workstep .. autoapi-nested-parse:: A module for jobs routes. Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: workstep.get_job_status workstep.submit Attributes ~~~~~~~~~~ .. autoapisummary:: workstep.authentication_disabled workstep.dependencies workstep.logger workstep.security workstep.workstep_router .. py:data:: authentication_disabled .. py:data:: dependencies .. py:function:: get_job_status(execution_id, execution_service, token, cached = False) :async: Get the status of a submitted workstep execution for provisioning interactive and batch jobs .. py:data:: logger .. py:data:: security .. py:function:: submit(job_request, execution_service, token) :async: Submit job to be executed using the provision. .. py:data:: workstep_router