artificial.workflows.runtime# get_job_id() → str# async get_job_name() → str# async run_jobs(job_ids: List[str]) → None# async set_loop_maximum_iterations(loop_id: str, iterations: int) → None# async show_info( message: str, title: str = '', category: str = 'Workflow', code: int = 0, ) → None# async show_warning( message: str, title: str = '', category: str = 'Workflow', code: int = 0, ) → None# async string_join(strs: List[str]) → str# async utc_now_seconds() → int#