Package | Description |
---|---|
io.cdap.cdap.api.workflow |
For constructing workflows.
|
Modifier and Type | Method and Description |
---|---|
protected WorkflowContext |
AbstractCondition.getContext() |
protected WorkflowContext |
AbstractWorkflow.getContext()
Return an instance of the
WorkflowContext . |
Modifier and Type | Method and Description |
---|---|
void |
AbstractCondition.initialize(WorkflowContext context) |
void |
AbstractWorkflow.initialize(WorkflowContext context) |
Modifier and Type | Method and Description |
---|---|
WorkflowConditionConfigurer<? extends WorkflowForkConfigurer<T>> |
WorkflowForkConfigurer.condition(Predicate<WorkflowContext> predicate)
Adds a condition to the current branch of the fork.
|
WorkflowConditionConfigurer<? extends WorkflowConfigurer> |
WorkflowConfigurer.condition(Predicate<WorkflowContext> condition)
Adds a condition to the
Workflow . |
protected WorkflowConditionConfigurer<? extends WorkflowConfigurer> |
AbstractWorkflow.condition(Predicate<WorkflowContext> predicate)
Adds a condition to the
Workflow . |
WorkflowConditionConfigurer<? extends WorkflowConditionConfigurer<T>> |
WorkflowConditionConfigurer.condition(Predicate<WorkflowContext> condition)
Adds a nested condition to the current condition.
|
Copyright © 2023 Cask Data, Inc. Licensed under the Apache License, Version 2.0.