sark
09/25/2020, 7:20 AMreturn
like this:
@task
def start_job():
return job_id
i was wondering if it was possible to do the same for a container task created with CreateContainer
in my case what i am trying to do is to return the job id of the job started by that container, so that another task can use it to stop the jobjosh
09/25/2020, 1:29 PMGetContainerLogs
and WaitOnContainer
to get the information you want but other than that it would have to be implemented.sark
09/28/2020, 3:27 AM