INormalCompletionResultBuilder |
INormalCompletionResultBuilder.always(IValueCreator<?> alwaysValue) |
Sets (replaces) the value made available by the node regardless of whether it was executed successfully (or threw
an exception).
|
default INormalCompletionResultBuilder |
INormalCompletionResultBuilder.always(Object alwaysValue) |
Sets (replaces) the value made available by the node regardless of whether it was executed successfully (or threw
an exception).
|
INormalCompletionResultBuilder |
INormalCompletionResultBuilder.file(IWorkflowFileValue fileValue) |
Sets (replaces) the files made available by the plugin when it was executed successfully.
|
default INormalCompletionResultBuilder |
INormalCompletionResultBuilder.file(File... files) |
Sets (replaces) the files made available by the plugin when it was executed successfully.
|
default INormalCompletionResultBuilder |
INormalCompletionResultBuilder.file(Iterable<File> files) |
Sets (replaces) the files made available by the plugin when it was executed successfully.
|
INormalCompletionResultBuilder |
INodeExecutionParams.normalResult() |
When the node was executed normally (without an exception and without returning), use this method to create the
result and return it.
|
INormalCompletionResultBuilder |
INormalCompletionResultBuilder.success(IValueCreator<?> successValue) |
Sets (replaces) the value returned by the node when it was executed successfully.
|
default INormalCompletionResultBuilder |
INormalCompletionResultBuilder.success(Object value) |
Sets (replaces) the value returned by the node when it was executed successfully.
|