package
workflow
Type Members
-
case class
Workflow(name: String, path: String, transitions: Node, jobXmlOption: Option[String], configuration: Configuration, yarnConfig: YarnConfig, slaOption: Option[OozieSLA] = None)(implicit credentialsOption: Option[Credentials]) extends XmlSerializable with Nameable with OozieProperties with JobProperties with HasJobXml with HasConfig with HasSLA with Product with Serializable
Value Members
-
object
Workflow extends 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 SLA for this workflow
optional credentials for this workflow