X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/09a2e88c51e5432e607f2a38466e55b4ba15e887..c86cbaa6f286e50900dae3203a42044449e042f7:/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