X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/8d6ffdf2fba938e7fbb5f128664d828d2669bcfe..8ed521f7fd1e48e1e415125745ed8c6627a62c91:/apps/workbench/app/models/work_unit.rb diff --git a/apps/workbench/app/models/work_unit.rb b/apps/workbench/app/models/work_unit.rb index dd4a706f9d..e10f8b7f5f 100644 --- a/apps/workbench/app/models/work_unit.rb +++ b/apps/workbench/app/models/work_unit.rb @@ -119,6 +119,10 @@ class WorkUnit # returns true if this work unit can be canceled end + def confirm_cancellation + # returns true if this work unit wants to use a confirmation for cancellation + end + def uri # returns the uri for this work unit end