how to use threads in nifi?

2017-12-18 Thread sally
I have one config file inside my nifi environment, in which i should change, check and update values , but i shouldmake this operation in independent threads so that(threads should't flush) here are several things i am interested in: 1. Can i use Synchronized

how to use threads in nifi?

2017-12-18 Thread sally
I have one config file inside my nifi environment, in which i should change, check and update values , but i should make this operation in independent threads so that(threads should't flush) here are several things i am interested in: 1. Can i use Synchronized code blocks inside executeScript pro