com.krux.hyperion

workflow

package workflow

Visibility
  1. Public
  2. All

Type Members

  1. case class WorkflowActivityExpression(activity: PipelineActivity[_ <: ResourceObject]) extends WorkflowExpression with Product with Serializable

  2. case class WorkflowArrowExpression(left: WorkflowExpression, right: WorkflowExpression) extends WorkflowExpression with Product with Serializable

  3. sealed abstract class WorkflowExpression extends AnyRef

  4. trait WorkflowExpressionImplicits extends AnyRef

  5. class WorkflowGraph extends AnyRef

  6. case class WorkflowGraphRenderer(pipeline: DataPipelineDef, removeLastNameSegment: Boolean, label: String, includeResources: Boolean, includeDataNodes: Boolean, includeDatabases: Boolean) extends Product with Serializable

  7. case class WorkflowPlusExpression(left: WorkflowExpression, right: WorkflowExpression) extends WorkflowExpression with Product with Serializable

Value Members

  1. object WorkflowExpression extends WorkflowExpressionImplicits

  2. object WorkflowNoActivityExpression extends WorkflowExpression with Product with Serializable

Ungrouped