The following guide provides the steps to implement a first version of your dynamic scheduling workflow. Review the referenced documentation in each section for more information.
You must create the following core object types to build a dynamic scheduling workflow:
Schedule
object type. This represents the events, assignments, or slots to which resources are allocated. For example, your Schedule
object type may be Maintenance Tasks
, which need to be assigned to Technicians
.
fixed duration
Boolean property to enforce or not enforce a static duration of the Schedule
.Technician
).Schedule
object type and the different Resource
object types.Schedule
. See drag and drop for more information.
Schedule
object. Each parameter must be marked as optional.
Review the dynamic scheduling Ontology primitives documentation for more information about the schema of each object type.
With the core objects created, you can now configure the widget for use in Workshop.
At minimum, the scheduling Gantt chart configuration requires:
Resource
objects corresponding to each row of the chart.Schedule
objects for this layer.Schedule
object.
Review the scheduling Gantt chart widget documentation for more information.