@ExperimentalSpi
public interface NodeValidator
During the validation, all nodes (except for the root node) from the workflow graph will be passed to this validator and if any problems are returned, they will be presented to the user.
See also: TransitionValidator.
| Modifier and Type | Method and Description |
|---|---|
List<Problem> |
validate(Node node)
A list of problems for the node.
|
Copyright © 2023 Atlassian. All rights reserved.