Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
docs:3400_how_to:0300_charts:0550_gantt_charts [2025/06/12 02:35] – Rename to AwareIM aware_support3docs:3400_how_to:0300_charts:0550_gantt_charts [2025/06/12 03:59] (current) – Change to AwareIM aware_support3
Line 8: Line 8:
   - Add business rules and process to create and process instances of these objects   - Add business rules and process to create and process instances of these objects
   - Add a query that finds tasks and displays them and related dependencies as a Gantt chart   - Add a query that finds tasks and displays them and related dependencies as a Gantt chart
-To add predefined business objects to your application select the Business Objects node in the tree, right click and select the ''Add Gantt Task Object'' command from the popup menu. Before doing this, make sure that you define your own object that represents a “resource” that will be allocated to a task (even if you don’t use resources in your Gantt). It can be any object that has an attribute called ''Name''. After you select the command Aware IM will ask you to provide the name of the “resource” object and then it will create predefined objects called ''GanttTask'' and ''GtDependency'' with all the required attributes (Note that ''GtDependency'' has references to the tasks that it “connects”.+To add predefined business objects to your application select the Business Objects node in the tree, right click and select the ''Add Gantt Task Object'' command from the popup menu. Before doing this, make sure that you define your own object that represents a “resource” that will be allocated to a task (even if you don’t use resources in your Gantt). It can be any object that has an attribute called ''Name''. After you select the command AwareIM will ask you to provide the name of the “resource” object and then it will create predefined objects called ''GanttTask'' and ''GtDependency'' with all the required attributes (Note that ''GtDependency'' has references to the tasks that it “connects”.
  
 After this you need to define rules and processes that will create and manage tasks and related dependencies. After this you need to define rules and processes that will create and manage tasks and related dependencies.
  • Last modified: 2025/06/12 02:35