Skip to content

Commit

Permalink
chore(merge): release-10.2.0 into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
bonita-ci committed Sep 11, 2024
2 parents b414015 + 11dbe00 commit 47ba74a
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -962,6 +962,7 @@ protected SProcessInstance start(final long starterId, final long starterSubstit
setProcessClassloader(sProcessDefinition);
final SProcessInstance sProcessInstance = createProcessInstance(sProcessDefinition, starterId,
starterSubstituteId, callerId);
processStarterVerifier.verify(sProcessInstance);
final boolean isInitializing = initialize(starterId, sProcessDefinition, sProcessInstance,
expressionContextToEvaluateOperations,
operations, context, selector.getContainer(), connectors,
Expand All @@ -974,9 +975,7 @@ protected SProcessInstance start(final long starterId, final long starterSubstit
// we stop execution here
return sProcessInstance;
}
final SProcessInstance processInstance = startElements(sProcessInstance, selector);
processStarterVerifier.verify(processInstance);
return processInstance;
return startElements(sProcessInstance, selector);
} catch (final SProcessInstanceCreationException e) {
throw e;
} catch (final SBonitaException e) {
Expand Down

0 comments on commit 47ba74a

Please sign in to comment.