Skip to content

global_user_task

Represents a Global User Task.

CLASS DESCRIPTION
GlobalUserTask

A type of Global Task that represents a User Task.

Classes

GlobalUserTask dataclass

GlobalUserTask(
    *,
    id: Optional[str] = None,
    documentation: list[Documentation] = list(),
    extension_elements: Optional[ExtensionElements] = None,
    supported_interface_refs: list[str] = list(),
    io_specification: Optional[IoSpecification] = None,
    io_bindings: list[IoBinding] = list(),
    name: Optional[str] = None,
    potential_owners: list[PotentialOwner] = list(),
    human_performers: list[HumanPerformer] = list(),
    performers: list[Performer] = list(),
    resources: list[ResourceRole] = list(),
    rendering: list[Rendering] = list(),
    implementation: ImplementationValue = UNSPECIFIED
)

Bases: GlobalTask

A type of Global Task that represents a User Task.

Functions