Description
InvokeHTTP throws an NPE when running in "source" mode if given a value for "Attributes to Send". If this value is set, it attempts to do[1]...
requestFlowFile.getAttributes()
...without checking if requestFlowFile == null (which will be the case when running in "source" mode).