combinedConditions property
- @Deprecated('Not supported. Member documentation may have more information.')
getter/setter pair
Combined condition for this task to become an eligible next task.
Each of these combined_conditions are joined with logical OR. DEPRECATED:
use condition
Implementation
@core.Deprecated(
'Not supported. Member documentation may have more information.',
)
core.List<EnterpriseCrmEventbusProtoCombinedCondition>? combinedConditions;