Because now we can have negative values in updatedBy field for a project, we have to fix the handling of the project.action.update (and may be same for project.action.create) to support negative user ids. As of now it is throwing following error:
Error happened in processUpdate
Error: User with id: -101 doesn't exist.
at getUserHandle (/legacy-project-processor/src/services/ProcessorService.js:78:11)
fyi @maxceem