@ExperimentalApi
public static interface Edge.Id
Note that each edge has a unique id, but toString is
not guaranteed to yield unique representations.
See the documentation for detailed explanation: toString()
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Returns a representation of this edge id compatible with workflow designer JavaScript user interface implementation.
|
String toString()
Note that this is not a unique representation. In case of global transitions the graph
has many edges but there is only one edge displayed in the workflow designer, hence
toString must yield the same result for all of those edges.
Copyright © 2023 Atlassian. All rights reserved.