I was thinking such limitations will exist only for published
Published Task could not me "marked started" even when with force flag
Thanks that works. Had to use Task.completed()
for my version
task = Task.get_task('task_id_here') task.mark_started(force=True) task.upload_artifact(..., wait_on_upload=True) task.mark_completed()
I was thinking such limitations will exist only for published
tasks.add_or_update_artifacts/v2.10 (Invalid task status: expected=created, status=completed
I think you can force it to be started, let me check (I pretty sure you can on aborted Task).