Skip to content

0.4.3

Compare
Choose a tag to compare
@SooLee SooLee released this 11 Oct 15:49
· 1969 commits to master since this release
  • Response from function run_workflow now contains jobid.
from core.utils import run_workflow
res = run_workflow(some_job)
jobid = res['jobid']
  • Cli invoke run_workflow now prints out jobid.