Workflow

portals.application.Workflow
case class Workflow[T, U](path: String, consumes: AtomicStreamRefKind[T], stream: AtomicStreamRef[U], tasks: Map[String, GenericTask[_, _, _, _]], source: String, sink: String, connections: List[(String, String)]) extends AST

Workflow.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait AST
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product