| Package | Description |
|---|---|
| org.apache.oozie.fluentjob.api.action |
| Modifier and Type | Method and Description |
|---|---|
static SubWorkflowActionBuilder |
SubWorkflowActionBuilder.create()
Creates and returns an empty builder.
|
static SubWorkflowActionBuilder |
SubWorkflowActionBuilder.createFromExistingAction(SubWorkflowAction action)
Create and return a new
SubWorkflowActionBuilder that is based on an already built
SubWorkflowAction object. |
protected SubWorkflowActionBuilder |
SubWorkflowActionBuilder.getRuntimeSelfReference() |
SubWorkflowActionBuilder |
SubWorkflowActionBuilder.withAppPath(String appPath)
Registers the path to the application definition (usually workflow.xml) of the subworkflow.
|
SubWorkflowActionBuilder |
SubWorkflowActionBuilder.withConfigProperty(String key,
String value)
Registers a configuration property (a key-value pair) with this builder.
|
SubWorkflowActionBuilder |
SubWorkflowActionBuilder.withoutPropagatingConfiguration()
Registers that the configuration of the main workflow should NOT propagate to the subworkflow.
|
SubWorkflowActionBuilder |
SubWorkflowActionBuilder.withPropagatingConfiguration()
Registers that the configuration of the main workflow should propagate to the subworkflow.
|
Copyright © 2021 Apache Software Foundation. All rights reserved.