Uses of Interface
com.orchestranetworks.addon.dpra.function.execution.FunctionExecutionOnWorkflow
-
Packages that use FunctionExecutionOnWorkflow Package Description com.orchestranetworks.addon.dpra.function Provides classes and interfaces to create custom functions. -
-
Uses of FunctionExecutionOnWorkflow in com.orchestranetworks.addon.dpra.function
Methods in com.orchestranetworks.addon.dpra.function with parameters of type FunctionExecutionOnWorkflow Modifier and Type Method Description FunctionDefinitionBuilderFunctionDefinitionOnWorkflowBuilder. onExecution(FunctionExecutionOnWorkflow execution)Sets the execution.Method parameters in com.orchestranetworks.addon.dpra.function with type arguments of type FunctionExecutionOnWorkflow Modifier and Type Method Description FunctionDefinitionBuilderFunctionDefinitionOnWorkflowBuilder. onExecution(java.util.function.Supplier<FunctionExecutionOnWorkflow> supplier)Sets the execution.
-