-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
enhancementNew feature or requestNew feature or request
Description
If I recall correctly how #30 works,
Line 50 in 720ae16
| filename = file.getName(); |
Line 77 in 720ae16
| p.filename = src.getName(); |
input step will only call Lines 70 to 72 in 720ae16
| @Override public Object getValue() { | |
| return base64; | |
| } |
Line 97 in 720ae16
| env.put(name + "_FILENAME", filename); |
Base64FileParameterDefinition could have an option for getValue to expose a wrapper object or Map which encodes the Base64-encoded value, the raw value, and (when available) the filename.Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request