Skip to content

Commit

Permalink
Merge pull request #1 from ps-md2/feature/workflow-structure
Browse files Browse the repository at this point in the history
workflow structure (directory; files)
  • Loading branch information
the-other-one committed Dec 1, 2014
2 parents 21b6b4b + 0ca6584 commit f62f31d
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,26 @@ package «projectName + ".views"»
FlowLayoutPane firstView {

}
«ENDFILE»
«FILE "src/" + projectName.replaceAll("\\.", "/") + "/workflows/defaultWorkflow.md2"-»
package «projectName + ".workflows"»

/*
* Implement the workflow here
*/

WorkflowElement firstController
fires BasicEvent {
start firstController
}

App «projectName»App {
WorkflowElements {
firstController (startable: "Start Controller 1")
}
appName "«projectName»"
}

«ENDFILE»
«FILE ".settings/org.eclipse.core.resources.prefs"-»
eclipse.preferences.version=1
Expand Down

0 comments on commit f62f31d

Please sign in to comment.