-
Notifications
You must be signed in to change notification settings - Fork 11
Running on Amazon SimpleWorkflow SWF
neyric edited this page Oct 30, 2012
·
1 revision
WARNING: EXPERIMENTAL !!
Transform Yahoo! pipes into Amazon Simple Workflows (SWF)
First we need to register a domain :
$ swf-register -k domain aws-swf-pipes-import
Finally, we will register all activity types for pipes :
$ cd modules
$ swf-register
Import the pipe into a workflow :
$ node import.js 59738c010bb144a36d54a1697aab7d0d
Then, register the workflow :
$ swf-register -k workflow 59738c010bb144a36d54a1697aab7d0d
Launch a decider Poller:
$ cd pipes/
$ swf-decider
Launch an Activity Poller:
$ cd modules/
$ swf-activity
$ swf-start 59738c010bb144a36d54a1697aab7d0d