|
<< Click to Display Table of Contents >> Task viewer |
Overview
The Task viewer Widget for Bizagi is available for download at Bizagi Widget Xchange.
Through this Widget, you will be able to present a calendar-based view of your upcoming tasks or events for easy follow-up.

Notice there are different views presenting your full list of tasks, while also relying on a different set of colors for visual customization:
•Choosing a daily or monthly view.
•Viewing the list of tasks while filtering or customizing according to needs.
•Easily browsing throughout the calendar to view upcoming tasks.

Before you start
In order to test and use this Widget, you will need:
1.Bizagi Studio previously installed.
2.This specific Widget previously installed, either as described at https://help.bizagi.com/platform/en/index.html?widget_xchange.htm, or as described at https://help.bizagi.com/platform/en/index.html?widgets_manualinst.htm.
Data model considerations
In order to use this Widget, you need in your data model a Collection type attribute which holds the multiple tasks to display.
Such collection should include these attributes:
•Two date type attributes, one for a start date and one for an end date.
Ideally such dates for tasks should consider a time as well (date + time).
•Two string type attributes, one holding the name of the task and another one for further description.
The sample image below shows the use of a Collection1 collection, while relying on the End date, Description, Start date, and Name attributes.

Properties configuration
In order to configure this Widget once it is installed in your project, include it in any form and set it properties in the Forms designer, just as you would do with any other type of Bizagi control.

Consider the following properties.
PROPERTY / SUB-PROPERTY |
POSSIBLE VALUES |
DEFAULT VALUE / SUGGESTED |
|---|---|---|
Data binding |
A collection type attribute which holds the multiple records displayed as events or tasks. |
Not applicable. This property is mandatory. |
Event (sub-property of data binding) |
The name identifying a recorded event or task. |
Not applicable. This property is mandatory. |
Description (sub-property of data binding) |
Further detail applicable to that recorded event or task. |
Not applicable. This property is mandatory. |
Start date (sub-property of data binding) |
The date and exact time on which the event or task starts. |
Not applicable. This property is mandatory. |
End date (sub-property of data binding) |
The date and exact time on which the event or task ends. |
Not applicable. This property is mandatory. |
Starting date |
A date type attribute to define which day will be the starting one when displaying the calendar. |
Current date. |
Color option |
A setting from 1 to 3, indicating a predefined set of colors to use as a theme. |
1 |
Size |
A setting indicating the overall size (height and width) the calendar takes up. Possible values are: •Small •Medium •Large •Fit (width=100%) |
FIT |
|
Notice all Bizagi controls and Widgets, enable a visible property which allows you to set if that control should be displayed in a given form or not (e.g, by using a business rule).
This Widget is designed as read-only. |
Last Updated 10/28/2022 10:03:53 AM