Skip to content

v1.1.0

Choose a tag to compare

@cheton cheton released this 03 Oct 14:51
· 10 commits to master since this release

Update workflow state and context to the workflow object (9e85522)

workflow = {
    state: 'idle', // running|paused|idle
    context: {}
};