Skip to content

Commit

Permalink
issue #178
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Jul 26, 2016
1 parent fa367c6 commit 8cf1069
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,7 @@ public int run(ItemCollection adocumentContext, ItemCollection adocumentActivity
try {
documentNextProcessEntity = ctx.getModelManager().getModel(aModelVersion).getTask(iNextProcessID);
} catch (ModelException e) {
throw new PluginException(AccessPlugin.class.getSimpleName(), ModelException.UNDEFINED_MODEL_ENTRY, e.getMessage());

// no next task defined (follow up)
}
// in case the activity is connected to a followup activity the
// nextProcess can be null!
Expand Down

0 comments on commit 8cf1069

Please sign in to comment.