package workflow
Ordering
- Alphabetic
Visibility
- Public
- All
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
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
- slaOption
Optional SLA for this workflow
- credentialsOption
optional credentials for this workflow