Navigate back
When a task finishes, Portal will navigate back to previous page. For example if a task is started from homepage, go back to homepage. In case task is started from task list, go back to task list after finish.
In case your project has navigation button without finishing a task, e.g Cancel
In IFrame:
Previous page: call
navigateToPortalEndPage()
from classPortalNavigatorInFrameAPI
.A specific url: call
navigateToUrl(String url)
from classPortalNavigatorInFrameAPI
.
Not in IFrame:
Home page: call
navigateToPortalHome()
from classPortalNavigatorAPI
.Previous page: call
navigateToPortalEndPage()
from classPortalNavigatorAPI
.