Skip to content

Create Tasks And Grouped Work Orders

Create grouped tasks and work orders.


General information:

Module Category
Work Order Create

Molecule details

Input parameters:

  • tasks : list, required

Input schema:

Field Type Required Description Default value Examples
tasks list[str] Array of tasks to create. PydanticUndefined -
group_by_key str Grouping key for work orders. PydanticUndefined -
task_annotation_key Optional[str] Key for annotation of tasks. None -
work_order_annotation_key Optional[str] Key for annotation of work orders. None -

Notes:

The tasks (array of TaskItem objects) and group_by_key fields are required.