global_business_rule_task
Represents a Global Business Rule Task.
| CLASS | DESCRIPTION |
|---|---|
GlobalBusinessRuleTask |
A type of Global Task that represents a Business Rule Task. |
Classes¶
GlobalBusinessRuleTask
dataclass
¶
GlobalBusinessRuleTask(
*,
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(),
implementation: ImplementationValue = UNSPECIFIED
)