UNPKG

@wmfs/tymly

Version:

A framework for building and sharing workflows in Node.js

14 lines (11 loc) 211 B
class Heartbeat { run (event, context) { const heartbeat = { heart: 'ba-dum-dum' } context.sendTaskHeartbeat( { heartbeat } ) } // run } // Heartbeat module.exports = Heartbeat