@ExperimentalSpi
public interface EdgeValidator
During the validation, all edges from the workflow graph will be passed to this validator and if any problems are returned, they will be presented to the user.
| Modifier and Type | Method and Description |
|---|---|
List<Problem> |
validate(Edge edge)
A list of problems for the edge.
|
Copyright © 2023 Atlassian. All rights reserved.