Navigate To Task Action Implementation Steps

Adding Navigate To Task Action to Project

  1. Login to Kuika platform and select the project you will work on from the Apps screen.
  2. Switch to theUI Design module.
  3. Open the Properties panel by selecting the relevant component.
  1. Click on the+ ADD ACTION drop-down menu.
  2. Select a suitable trigger action (event) such asInitial Actions, OnClick, OnBlur → Process Automation → Navigate To Task.

Configuring the Navigate To Task Action

  • Step Key (String - Mandatory): The ID of the task step to be redirected. For example: item.stepKey. (Can be bound dynamically with Symbol Picker.)
    • It is usually defined using data sources such as Action Result, Current, Form Component, Screen Input or Fixed and can be linked via Symbol Picker.
  • Open As (Enum - Mandatory): Specifies how to open the task screen. Options
    • Current Page
    • New Tab
    • Drawer
    • Modal
    • It is usually defined using data sources such as Action Result, Current, Form Component, Screen Input or Fixed and can be bound via Symbol Picker.
  • Execute Page Init Actions (Boolean - Optional): Specifies whether initial actions are executed automatically when the task screen is opened. can be set to true/false.
    • Usually defined using data sources such as Action Result, Current, Form Component, Screen Input or Fixed and can be bound via Symbol Picker.