Skip to content

Instantly share code, notes, and snippets.

@andrewserff
Last active August 29, 2015 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewserff/b8a1594045617f65941a to your computer and use it in GitHub Desktop.
Save andrewserff/b8a1594045617f65941a to your computer and use it in GitHub Desktop.
Example Workflow Config for the json-data-generator (https://github.com/acesinc/json-data-generator)
{
"eventFrequency": 400,
"varyEventFrequency": true,
"repeatWorkflow": true,
"timeBetweenRepeat": 1500,
"varyRepeatFrequency": true,
"steps": [{
"config": [{
"timestamp": "now()",
"style": "random('KUNG_FU','WUSHU','DRUNKEN_BOXING')",
"action": "random('KICK','PUNCH','BLOCK','JUMP')",
"weapon": "random('BROAD_SWORD','STAFF','CHAIR','ROPE')",
"target": "random('HEAD','BODY','LEGS','ARMS')",
"strength": "double(1.0,10.0)"
}
],
"duration": 0
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment