How do I configure guided journeys and enable them on the Redwood time card page?

Here's an example of what to do for a guided journey with an External URL task type defined.

  1. Go to My Client Groups > Journeys Setup > Guided Journey.
  2. Create the guided journey by completing the required and relevant optional fields.
  3. In the Tasks section, add an External URL task type with the URL https://host?name={value}:
    • name is based on your URL.
    • value can be the relevant parameter from this table, for example, https://host?PersonNum={PersonNum}&StartDate={StartDate}&EndDate={EndDate}
    Parameter Description
    StartDate Start date for the time card period
    EndDate End date for the time card period
    PersonNum Worker's person number
    AssignmentNum Worker's primary assignment number
    TimeCardId Time card identifier
    ResourceID Worker identifier
  4. Go to the Redwood Time Card page.
  5. Go to Settings and Actions > Edit Page in Visual Builder Studio.
  6. Enable the guided journey. Use the guided journey code you specified in step 2, and the URL task code.