Navigate from Automation Chain with WebUI

Hello

I have an Automation Chain that deletes a document. This AC is triggered with a custom button in WebUI.

Is there a way, from the AC or from the button, to navigate to parent after document deletion ?

I saw SEAM.NavigateTo for JSF, but nothing for WebUI.

Regads,

0 votes

1 answers

710 views

ANSWER



Hello,

Here is an example extracted from a cookbook to move a document and navigate to the target folder: https://github.com/nuxeo/nuxeo-studio-community-cookbook/blob/master/modules/nuxeo/copy-move/designer/custom-elements/move-element.html#L91

Regards

0 votes