Created
March 19, 2014 11:43
-
-
Save sorenmalling/9640028 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 'Meteko.RulesExample:Workspace': | |
| name: 'Workspace example' | |
| # When should this be triggered | |
| trigger: [] | |
| # Any validations (WorkflowValidatorInterfac) need to be meet | |
| validators: [] | |
| # What tasks (WorkflowTaskInterface) should it trigger | |
| tasks: | |
| oneTask: [] | |
| anotherTask: [] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment