Drupal 10, the latest version of the open-source digital experience platform with even more features, is here.There are two cases where a task can be manually cancelled:
- User clicks "Cancel" on a queued task. This triggers
hosting_task_cancel(). The task is set to "Warning" with no indication about what happened. - User clicks "Update Status" button on a running task. This triggers
hosting_task_update_status_form_submit(). The task is set to "Succcess" with no indication about what happened.
The "Update Status" text on the button is confusing as heck, I changed it to "Cancel" in devshop, but that's for another issue.
I propose we create a new task status: HOSTING_TASK_CANCELLED to indicate a task was manually cancelled in either of these two ways.
Thoughts?










Comments
Comment #2
helmo CreditAttribution: helmo at Initfour websolutions for DNV GL commentedSounds like a good idea.