Build Gantt Task
Enables to create a task in the format required for the gantt diagram
Description
Enables to create a task in the format required for the gantt diagram with all the necessary fields.
Inputs
- id (String): The unique number of the task. Needs to link the task in the dependencies
- start (String): The beginning date of the task
- end (String): The finishing date of the task
- name (String): The title that will be shown in the bar row
- progress (Number): Completeness of the task in percentage
- dependencies (List): A list of the ids of dependent tasks. Use the brick "Build task Dependencies" to build this list.
- Data (List): JSON object with created tasks. Plug in the already created tasks or leave empty - a clear list will be created
- custom class (String): Optional. A custom class name for the html element of the row. Can be used in the style customization for the particular task. For example, a class name can be used in
CSS Property
Outputs
- Data (List): A tasks list with the appended new task