UNPKG

@wmfs/statebox

Version:

Orchestrate Node functions using Amazon States Language

11 lines (10 loc) 218 B
module.exports = class FormFilling { run (event, context) { console.log('WAITING FOR SOMEONE TO FILL-IN A FORM!') context.sendTaskHeartbeat( { formId: 'fillThisFormInHuman!' } ) } }