WorkflowGraph

A workflow graph represents the complete workflow containing all the Glue components present in the workflow and all the directed connections between them.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val edges: List<Edge>?

A list of all the directed connections between the nodes belonging to the workflow.

Link copied to clipboard
val nodes: List<Node>?

A list of the the Glue components belong to the workflow represented as nodes.

Functions

Link copied to clipboard
inline fun copy(block: WorkflowGraph.Builder.() -> Unit = {}): WorkflowGraph
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String