Skip to content

Instantly share code, notes, and snippets.

@bibryam
Created December 10, 2013 00:11
Show Gist options
  • Select an option

  • Save bibryam/7883502 to your computer and use it in GitHub Desktop.

Select an option

Save bibryam/7883502 to your computer and use it in GitHub Desktop.
AWS SWF ActivityWorker
from("aws-swf://activity?domainName=demo&activityList=demo-activity&version=1.0&eventName=processActivities")
.log("Received Activity task ${body}")
.setBody(constant("1"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment