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?
4 weeks ago
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.
4 weeks ago
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.
2 weeks ago
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.
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.