@ExperimentalApi
public interface Node
| Modifier and Type | Method and Description |
|---|---|
List<Edge> |
getEdges()
All edges that go out from this node.
|
int |
getId()
Unique numeric id of the node in the graph.
|
String |
getName()
Name of the status that underlies the node.
|
Map<String,String> |
getProperties()
Custom properties of the node.
|
boolean |
isRoot()
Check if this node is the workflow root.
|
int getId()
String getName()
boolean isRoot()
Copyright © 2023 Atlassian. All rights reserved.