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, navigate
In IFrame:
Home page: call
navigateToPortalHome()
from classPortalNavigatorInFrame
.Previous page: call
navigateToPortalEndPage()
from classPortalNavigatorInFrame
.A specific url: call
navigateToUrl(String url)
from classPortalNavigatorInFrame
.
Not in IFrame:
Home page: call
navigateToPortalHome()
from classPortalNavigator
.Previous page: call
navigateToPortalEndPage()
from classPortalNavigator
.