ICurrentValueBuilder |
INodeExecutionParams.currentValue() |
When the node is being executed, use this method to create the current data for the node and provide it.
|
ICurrentValueBuilder |
ICurrentValueBuilder.withAttachments(IWorkflowAttachmentValue attachments) |
Adds the attachments from the given value to the list of attachments made available by the node while it is being
executed.
|
default ICurrentValueBuilder |
ICurrentValueBuilder.withFiles(IWorkflowFileValue files) |
Adds the files from the given value to the list of files made available by the node while it is being executed.
|
ICurrentValueBuilder |
ICurrentValueBuilder.withFilesBuilder(IFileValueCreator files) |
Adds the files from the given value to the list of files made available by the node while it is being executed.
|
default ICurrentValueBuilder |
ICurrentValueBuilder.withValue(Object value) |
Configures the value returned by the node while it is being executed.
|
ICurrentValueBuilder |
ICurrentValueBuilder.withValueBuilder(IValueCreator value) |
Configures the value returned by the node while it is being executed.
|