workstep

A module for jobs routes.

Module Contents

Functions

get_job_status(execution_id, execution_service, token)

Get the status of a submitted workstep execution for provisioning interactive and batch jobs

submit(job_request, execution_service, token)

Submit job to be executed using the provision.

Attributes

authentication_disabled

dependencies

logger

security

workstep_router

workstep.authentication_disabled
workstep.dependencies
async workstep.get_job_status(execution_id, execution_service, token, cached=False)

Get the status of a submitted workstep execution for provisioning interactive and batch jobs

workstep.logger
workstep.security
async workstep.submit(job_request, execution_service, token)

Submit job to be executed using the provision.

workstep.workstep_router