Skip to content

Commit

Permalink
#28 -- implement poller for step state instead of job state
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhoule committed Jan 16, 2014
1 parent e7b3820 commit d68c957
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 18 deletions.
38 changes: 21 additions & 17 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ public boolean apply(@Nullable StepDetail input) {
} else {
stepStatus=detail.getExecutionStatusDetail();
stepState=stepStatus.getState().intern();
stepStatus.
if (stepState!="PENDING" && stepState!="RUNNING") {
break;
}
Expand Down

0 comments on commit d68c957

Please sign in to comment.