Package

wvlet

workflow

Permalink

package workflow

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. workflow
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class GraphvizWriter extends AnyRef

    Permalink
  2. implicit class ShellCommandString extends AnyRef

    Permalink
  3. class Task extends AnyRef

    Permalink

    Task is a special case of Flow which does not pass any data object

  4. case class TaskConfig(param: Map[String, Any] = mutable.Map.empty) extends Dynamic with Product with Serializable

    Permalink
  5. case class TaskContext(config: TaskConfig) extends Product with Serializable

    Permalink
  6. case class TaskGraph(nodes: Seq[Task], dependencies: Map[Int, Seq[Int]]) extends Product with Serializable

    Permalink

  7. sealed trait TaskState extends AnyRef

    Permalink
  8. class workflow extends Annotation with Annotation with ClassfileAnnotation

    Permalink

Value Members

  1. object Task extends LogSupport

    Permalink
  2. object TaskConfig extends Serializable

    Permalink
  3. object TaskContext extends Serializable

    Permalink
  4. object TaskGraph extends Serializable

    Permalink
  5. object TaskState

    Permalink
  6. object WorkflowException

    Permalink

  7. object WorkflowFinder

    Permalink

  8. package macros

    Permalink
  9. macro def shell(command: ⇒ String): Task

    Permalink
  10. macro def task[U](body: ⇒ U): Task

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped