"What are the steps for navigating through a page using Task Groups?"

“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”

  1. Configure a page.
  2. Make sure that the Table component has been configured and mapped in the layout section of page.

Navigation Task

  1. Go to the TaskGroup entity from the left panel in vFlow.
  2. Provide a name to the TaskGroup.
  3. Add a new task - ‘NAVIGATE’ and provide a subtask as PAGE.
  4. Click on ‘Add task config.’ A pop-up box will appear.
  5. Provide basic details in it.
  6. In the Configuration section: Provide the name of the page in ‘Page Id’. The page on which the user wants to navigate.
  7. Then Submit the task and task group.
  8. Add an ‘OnClick’ Event. And map that TaskGroup into it.

To complete the task, we need to add an event to the button element.