WorkflowTransitions class

The transitions of the workflow.

Constructors

WorkflowTransitions({List<WorkflowRuleConfiguration>? actions, ConditionGroupConfiguration? conditions, String? customIssueEventId, String? description, List<WorkflowStatusAndPort>? from, String? id, String? name, Map<String, dynamic>? properties, WorkflowStatusAndPort? to, WorkflowRuleConfiguration? transitionScreen, List<WorkflowTrigger>? triggers, WorkflowTransitionsType? type, List<WorkflowRuleConfiguration>? validators})
WorkflowTransitions.fromJson(Map<String, Object?> json)
factory

Properties

actions List<WorkflowRuleConfiguration>
The post-functions of the transition.
final
conditions ConditionGroupConfiguration?
final
customIssueEventId String?
The custom event ID of the transition.
final
description String?
The description of the transition.
final
from List<WorkflowStatusAndPort>
The statuses the transition can start from.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The ID of the transition.
final
name String?
The name of the transition.
final
properties Map<String, dynamic>?
The properties of the transition.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
to WorkflowStatusAndPort?
final
transitionScreen WorkflowRuleConfiguration?
final
triggers List<WorkflowTrigger>
The triggers of the transition.
final
type WorkflowTransitionsType?
The transition type.
final
validators List<WorkflowRuleConfiguration>
The validators of the transition.
final

Methods

copyWith({List<WorkflowRuleConfiguration>? actions, ConditionGroupConfiguration? conditions, String? customIssueEventId, String? description, List<WorkflowStatusAndPort>? from, String? id, String? name, Map<String, dynamic>? properties, WorkflowStatusAndPort? to, WorkflowRuleConfiguration? transitionScreen, List<WorkflowTrigger>? triggers, WorkflowTransitionsType? type, List<WorkflowRuleConfiguration>? validators}) WorkflowTransitions
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited