(context, session)
| 20 | processor.setSupportsDynamicProperties() |
| 21 | |
| 22 | def onTrigger(context, session): |
| 23 | flow_file = session.get() |
| 24 | if flow_file is not None: |
| 25 | flow_file.addAttribute("Python attribute","attributevalue") |
| 26 | session.transfer(flow_file, REL_SUCCESS) |
no test coverage detected