public class WorkflowActionNode extends WorkflowNode
Workflow
.nodeId, nodeType
Constructor and Description |
---|
WorkflowActionNode(String nodeId,
CustomActionSpecification customActionSpecification) |
WorkflowActionNode(String nodeId,
ScheduleProgramInfo program) |
Modifier and Type | Method and Description |
---|---|
CustomActionSpecification |
getCustomActionSpecification() |
ScheduleProgramInfo |
getProgram() |
String |
toString() |
getNodeId, getType
public WorkflowActionNode(String nodeId, ScheduleProgramInfo program)
public WorkflowActionNode(String nodeId, CustomActionSpecification customActionSpecification)
public ScheduleProgramInfo getProgram()
WorkflowNode
@Nullable public CustomActionSpecification getCustomActionSpecification()
CustomActionSpecification
if this WorkflowNode
represents the custom action,
otherwise null is returnedCopyright © 2022 Cask Data, Inc. Licensed under the Apache License, Version 2.0.