Skip to main content
Version: 2.11

Get Gantt Task's Attributes

Enables to get values of the task

Description

Enables to get field's values of the gantt task

Inputs

  • Gantt Task (Object): A task in JSON

Outputs

  • name (String): The title that will be shown in the bar row
  • 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
  • Error Flow (Error Flow): Triggered by providing incorrect JSON
  • progress (Number): Completeness of the task in percentage
  • dependencies (Object): A list of the ids of dependent tasks or a string of
  • custom class (String): 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