Member since
04-18-2018
8
Posts
2
Kudos Received
0
Solutions
06-05-2018
11:20 AM
Thank you!
... View more
06-22-2018
02:16 PM
1 Kudo
The process group name can actually be found with the attached groovy code: def flowFile = session.get()
if(!flowFile) return
processGroupName = context.procNode?.getProcessGroup().getName()
flowFile = session.putAttribute(flowFile, 'processGroupName', processGroupName)
session.transfer(flowFile, REL_SUCCESS)
... View more
04-10-2019
05:43 PM
If "/api/swagger" not working, try "/swagger" instead.
... View more