package
workflow
Type Members
-
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
Oozie workflow definition
the name of the workflow
The path to this workflow
the actions within the workflow
optional job.xml path
configuration for this workflow
The yarn configuration for this workflow
optional credentials for this workflow