Skip to content

Instantly share code, notes, and snippets.

View esecules's full-sized avatar

Eric Secules esecules

View GitHub Profile
@ijokarumawak
ijokarumawak / 0.README.md
Last active February 15, 2022 11:05
NiFi example template, using Wait and Notify with different counter names.

NiFi example template, using Wait and Notify with different counter names

Configurations to note:

  • Notify
    • Release Signal Identifier: ${batch.id}
    • Signal Counter Name: ${filetype}
  • Wait
    • Release Signal Identifier: ${batch.id}
  • Signal Counter Name: blank (to count total)