newtask

Page for creating and modifying tasks

New Task Page Overview

This page is used for creating or modifying a Task. Users modify a task by sending it to the page as a task parameter. Users must select Categories and specify basic information for the Task.

Key Workflows

Page is loaded and Get task from page URL is not empty and Get task from page URL's Owner is not Current User

  • Triggered if the page's Task to be modified is not owned by the current user

  • Redirects the user to the index page

Button NEXT is clicked and progressbar A's step # < 3

  • This is the primary workflow for advancing steps on this form

  • Triggers the Advance step custom workflow

Button NEXT is clicked and progressbar A's step # is 3 and Parent group's Task is empty

  • Triggered when a user is creating a new Task

  • Creates a new Task and makes it active by settings Hiring? to yes

  • Triggers the Save task custom workflow

  • Sends a confirmation email to the task Owner with the task's details

Button NEXT is clicked and progressbar A's step # is 3 and Parent group's Task is not empty

  • Triggered when a user is modifying an existing Task

  • Triggers the Save task custom workflow

Save task [Custom workflow]

  • Saves the inputted information for the Task

  • Uses the categories state on Group Task Categories

Key Elements

RepeatingGroup Category

  • Contains all Categories on the platform

  • Used to associate categories with the task

Last updated