
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-18-2025 11:55 AM
How can I add a confirmation pop-up (Yes/No) to 'Task Buttons' in Nuxeo workflow to prevent accidental task completion?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2025 05:47 PM
The configurable way would be to use task validation. I.e. you could add a "are you sure?" checkbox to the task layout and only complete the task if the underlying variable is true.
For customization, you can override the nuxeo-tasks element, thus you can replace the content with whatever you want. Please note that only certain elements of WebUI may be overridden. They must be "unvulcanized" (vulcanization is a build process that combines resources to make things more efficient). We've left some elements unvulcanized (nuxeo-home, nuxeo-tasks) so that they can be easily overridden.
Hyland Sales Solution Engineer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2025 05:47 PM
The configurable way would be to use task validation. I.e. you could add a "are you sure?" checkbox to the task layout and only complete the task if the underlying variable is true.
For customization, you can override the nuxeo-tasks element, thus you can replace the content with whatever you want. Please note that only certain elements of WebUI may be overridden. They must be "unvulcanized" (vulcanization is a build process that combines resources to make things more efficient). We've left some elements unvulcanized (nuxeo-home, nuxeo-tasks) so that they can be easily overridden.
Hyland Sales Solution Engineer

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-10-2025 02:24 PM
Thank you! I tried using an action filter to disable a button, but it didn't work. Ultimately, I had to override nuxeo-tasks and nuxeo-document-task.
