PythonRun python scripts, dependencies are hard-coded in the agent imageType: pythonConfiguration#Examples#Get the current task-id from python os.environrunops tasks create --target python-type -s 'import os;print(os.environ["RUNOPS_TASK_ID"])'Copy