Workflow builder for Developers
Explore the docs »
Website
·
Node.js Library
·
Tutorial in Node.js
This repository contains examples of workflows built with Zenaton and presented during our conference in January 2020.
Download this repo
git clone https://github.com/zenaton/conference-2020-01.git && cd conference-2020-01
then add an .env file
cp -n .env.example .env
and populate it with your application id and api token found here. Install dependencies
yarn
Simply run
docker-compose build; docker-compose up
You can check that your agent is running here.
You're all set!
Then, you need to install the Zenaton agent
curl https://install.zenaton.com | sh
and start it, and make it listen to your configuration:
zenaton start; zenaton listen --env=.env --boot=boot.js
You're all set!
Your workflows will be processed by your worker, so you won't see anything except the stdout and stderr, respectively zenaton.out
and zenaton.err
. Look at these files :)
node launch_date.js
node launch_random.js
node launch_parent.js
node launch_parallel_parent.js
node launch_version.js
Uncomment "VersionWorkflow_v1" or "VersionWorkflow_v2" in boot.js file in order use different versions.
node launch_document.js