- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {ArrayList a =
new ArrayList<String>()
new ArrayList()
new ArrayList<Object>()
- Smart code suggestions by Codota
}
public void raiseIncident(ErrorType errorType, long variableScopeKey, String errorMessage) { incidentCommand.reset(); incidentCommand .initFromWorkflowInstanceFailure(record.getKey(), record.getValue()) .setErrorType(errorType) .setErrorMessage(errorMessage) .setVariableScopeKey(variableScopeKey); eventOutput.storeFailedRecord(record); commandWriter.appendNewCommand(IncidentIntent.CREATE, incidentCommand); }
.setElementInstanceKey(jobHeaders.getElementInstanceKey()) .setJobKey(event.getKey()) .setVariableScopeKey(jobHeaders.getElementInstanceKey());
.setErrorType(errorType) .setJobKey(jobKey) .setVariableScopeKey(elementInstanceKey);