“What are the steps for navigating through a page using Task Groups?”
“When I click on the button element, I want to navigate to another page with a table component in it”
- Configure a page.
- Make sure that the Table component has been configured and mapped in the layout section of page.
Navigation Task
- Go to the TaskGroup entity from the left panel in vFlow.
- Provide a name to the TaskGroup.
- Add a new task - ‘NAVIGATE’ and provide a subtask as PAGE.
- Click on ‘Add task config.’ A pop-up box will appear.
- Provide basic details in it.
- In the Configuration section: Provide the name of the page in ‘Page Id’. The page on which the user wants to navigate.
- Then Submit the task and task group.
- Add an ‘OnClick’ Event. And map that TaskGroup into it.
To complete the task, we need to add an event to the button element.