package workflow
Type Members
-
case class
Workflow(name: String, path: String, transitions: Node, configuration: Configuration, yarnConfig: YarnConfig)(implicit credentialsOption: Option[Credentials]) extends XmlSerializable with Nameable with JobProperties 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
- configuration
configuration for this workflow
- yarnConfig
The yarn configuration for this workflow
- credentialsOption
optional credentials for this workflow