Skip to main content

Set deadlines for activities

You can add activities to your application to enable or require users to create new cases, update details of existing cases, close (or finish) cases and more. You can set deadlines for these activities and configure logic to determine what happens if the deadline passes and the activity has not been completed.

For example, if you had an activity to Check professional indemnity cover on a Supplier casetype, you might set a deadline of 10 working days following initial onboarding to complete the activity. If the deadline passes and the activity has not been completed, you might want to send an email notification to the task assignee or create a new task, assign it to another user and cancel the original activity.

To set deadlines for activities, you need to:

  1. Add a deadline to the initial activity.
  2. Trigger a deadline event from the initial activity.
  3. Add triggers to the deadline event to perform or cancel other activities.

You can also display overdue activities in your application.

Add a deadline to an activity

To add a deadline to an existing activity, open the activity details. In the Deadline field, specify how the deadline should be determined for each case:

  • To enter a date relative to the date the activity is initiated, type date. and select from the available options. For all options other than Current date, click the blue text to configure the relative date.
  • To use the value of a date or datetime attribute on the current case, type case. and select from the available options.
  • To use the same date for all activities, enter a date in the format DD/MM/YYYY.

Trigger a deadline event

Once you have added a deadline to an activity, you need to create a deadline event activity that will be triggered if the initial activity has not been submitted by the deadline:

  1. Add a new event activity to the same casetype and set the event type to Deadline. You will use this activity to configure what happens when the deadline is reached and the initial activity has not been performed.
  2. Return to the activity with the deadline and open the Designer tab.
  3. From the toolbar, select the On trigger stage and then drag and drop a trigger onto the designer canvas.
  4. Set the trigger type to Execute and submit and set the To type to Current case.
  5. From the Activity to dropdown, select the deadline event that you just created.
  6. Click the save icon.

Trigger deadline activity from "When done" stage of activity with deadline

When the activity with the deadline is initiated (by a user or by another activity), it triggers the deadline event. If the deadline is reached and the activity with the deadline has not been submitted, the activity becomes overdue and the deadline activity is performed. You can configure what happens when the activity becomes overdue by adding triggers to the deadline event.

Note:

If the case to which the overdue activity belongs has been closed, the deadline event will not be triggered.

Trigger activities from the deadline event

By adding triggers to the When done stage of a deadline event activity, you can automate what happens when an activity deadline is missed. This can include:

  • Performing another activity with or without user input, such as sending an email notification.
  • Generating another mandatory or optional task and assigning it to another user, such as the assignee's manager.
  • Cancelling the original activity so that it is no longer listed as a mandatory or optional task.

Start by configuring the child activities as normal. For example, to send an email notification, use a casetype activity to create a new Send email case. To ask users to add or update details of an existing case, create a form activity.

Once you have configured the activities you want to perform when a deadline is missed, add triggers for those activities to the deadline event:

  1. Return to the deadline event and open the Designer tab.
  2. From the toolbar, select the When done stage and then drag and drop a trigger onto the designer canvas.
  3. Select the trigger type according to what you want to do. For example, to remove a mandatory task, use the Cancel trigger or to remove an optional task, use the Disable trigger. To initiate another activity, use the Execute trigger. For more information about trigger types, see Chain activities together.
  4. If you have selected an Execute and submit or Execute trigger, use the To type dropdown list to select the parent case of the activity you want to execute. For example, you can execute an activity on a case identified by a case ID attribute or an activity associated with a page in your application, such as the homepage.
  5. From the Activity to dropdown list, select the activity that you want to trigger. Trigger activities when deadline reached

If the deadline is missed, the deadline event activity transitions to the Done stage. The triggers you have added fire and the activities are initiated, performed or cancelled as per the trigger type. For more information about triggering one activity from another, including how to apply conditional logic, see Chain activities together.

Tip:

You can add mappings to the On start stage of the trigger to populate some or all of the fields on the triggered activity automatically. For more information, see Customize behavior of triggered activities.

Display overdue tasks to users

You can display a list of mandatory tasks using a grid widget and the default Required tasks on platform dataset.

To display the due date for tasks with a deadline:

  1. Edit the Required tasks on platform dataset and add a column:
    • Set the column title to Deadline or similar.
    • From Field type select Task metadata and then from Value select Date due.
  2. Open the relevant page casetype or view and add a grid widget to a container.
  3. Select the grid and then from the Dataset dropdown select Required tasks on platform.
  4. Click grid to open the grid widget editor.
  5. Select Columns and then select the deadline column that you added to the dataset. Ensure Hide is not enabled.
  6. Set the rights for the widget and then save your changes.

For more information about adding widgets to pages and views, see Configure pages and views.