Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updatet session window description

...

Code Block
heartbeats = HEARTBEAT({
                       applicationtimedelay = 1000,
                       realtimedelay = 1000,
                       sendalwaysheartbeat = 'false',
                       allowoutofordercreation = 'false',
                       startatcurrenttime = 'true',
					   sendOnlyOneHeartbeat = 'true'                                                                                                                    
                       },
                       input
                     )
                        
output= PREDICATEWINDOW({
                        start = 'true',
                        end = 'false',
                        closewindowwithheartbeat = 'true'                                                                        
                        },
                        graph_data_with_heartbeat
                      )