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