AlloyTeam/AlloyFlow

Name: AlloyFlow

Owner: ?? AlloyTeam

Description: made workflow simple

Created: 2016-10-09 02:54:18.0

Updated: 2018-02-02 00:12:36.0

Pushed: 2016-11-28 04:38:27.0

Homepage: https://alloyteam.github.io/AlloyFlow/

Size: 3078

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Install

install alloyflow

Usage

flow of time

alloyFlow = new AlloyFlow({
workflow: [
    {
        work: function () { },
        start: 0
    },{
        work: function () { },
        start: 1500
    },{
        work: function () { },
        start: [720, 1000, 400, 6000]
    }
]


yFlow.start();

flow of task

 alloyFlow = new AlloyFlow({
workflow: [
    function () {
        alloyFlow.next("msg");
    },
    function (msg) {
        alloyFlow.next("msg", 2000);
    },
    function (msg) {

    }
]


yFlow.start();

Many thanks to

transformjs

Who is using AlloyFlow?

preview

License

This content is released under the MIT License.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.