Skip to content

Commit

Permalink
squash
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Apr 6, 2011
1 parent 682ff3e commit c6f86a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ protected boolean executeWFItem(final ExecutionContext executionContext,
WorkflowStepFailureException {
final WorkflowExecutionListener wlistener = getWorkflowListener(executionContext);
if (null != wlistener) {
wlistener.beginWorkflowItem(c, cmd, executionContext);
wlistener.beginWorkflowItem(c, cmd);
}
//TODO evaluate conditionals set for cmd within the data context, and skip cmd if necessary
executionContext.getExecutionListener().log(Constants.DEBUG_LEVEL, c + ": " + cmd.toString());
Expand Down

0 comments on commit c6f86a9

Please sign in to comment.