UNPKG

usher

Version:

Simple DSL for composing decision workflows for AWS Simple Workflow

12 lines (7 loc) 240 B
/*! * Usher * Copyright(c) 2014 meltmedia <mike@meltmedia.com> */ 'use strict'; var Gonfalon = require('gonfalon'); module.exports = new Gonfalon('pending', 'resolved', 'scheduled', 'outstanding', 'complete', 'failed', 'terminate');