Created 06-14-2017 11:15 AM
I have a workflow that routes on attribute depending on a type, but it sets a RouteOnAttribute.Route param on a flow that has all of the filters, I don't want that, how can I prevent the processor to do this? Thanks
Created 06-14-2017 12:09 PM
There is no processor configuration option to turn off what attributes a processor writes on to a FlowFile it processes. However, you can use the UpdateAttribute processor to remove attributes from FlowFiles.
Thanks,
Matt
Created 06-14-2017 12:09 PM
There is no processor configuration option to turn off what attributes a processor writes on to a FlowFile it processes. However, you can use the UpdateAttribute processor to remove attributes from FlowFiles.
Thanks,
Matt
Created 06-14-2017 12:10 PM
thanks for the quick reply matt, i'll use that solution!