WebSocket question

2024-08-22 Thread Gregory Foreman
Hello: When the ConnectWebSocket processor connects to a websocket server, a flowfile is created with all the required attributes that a PutWebSocket processor will use for sending flowfile content to the server. If multiple flowfiles will be sent over the same long-lived connection via the Pu

2.0.0-M4 Python Processor - issue creating PropertyDescriptor dependency

2024-08-22 Thread chris snow
I have the following minimal example where I'm trying to create a dependent PropertyDescriptor # from nifiapi.properties import PropertyDescriptor, StandardValidators from nifiapi.flowfiletransform import FlowFileTransform, FlowFileTransformResult class MinimalPythonExample(FlowFileTransform)