Package

org.antipathy.scoozie

workflow

Permalink

package workflow

Visibility
  1. Public
  2. All

Type Members

  1. case class Workflow(name: String, path: String, transitions: Node, jobXmlOption: Option[String], configuration: Configuration, yarnConfig: YarnConfig)(implicit credentialsOption: Option[Credentials]) extends XmlSerializable with Nameable with OozieProperties with JobProperties with Product with Serializable

    Permalink

    Oozie workflow definition

    Oozie workflow definition

    name

    the name of the workflow

    path

    The path to this workflow

    transitions

    the actions within the workflow

    jobXmlOption

    optional job.xml path

    configuration

    configuration for this workflow

    yarnConfig

    The yarn configuration for this workflow

    credentialsOption

    optional credentials for this workflow

Ungrouped