Skip to content

Commit

Permalink
Fix simple workflow test by adding a processChain.
Browse files Browse the repository at this point in the history
  • Loading branch information
maltemoeser committed Dec 15, 2014
1 parent 30331e9 commit 7f34ca4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,9 @@ WorkflowElement LocationDetection{
action CustomAction next {
bind action FireEvent(LocationDetectionEvent) on LocationDetectionView.Next.onClick
}
}

processChain LocationProcessChain{
step LocationDetection:
view LocationDetectionView
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ entity Complaint {
entity Location {
myStreet: string
myCity: string
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ GridLayoutPane LocationDetectionView (columns 1, rows 6) {
TextInput cityLbl {tooltip "city"}
Spacer
Button Next {text "Next"}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ App CurrentStateProjectApp {
LocationDetection (startable: "Start Controller 1")
}
appName "functionTestApp"
}
}

0 comments on commit 7f34ca4

Please sign in to comment.