I've got a process thats initiated by a flagged action, raised by another process. The flag is raised fine, but as soon as the process hits a System stage (with no code on) I get the following exception:
Details:Failed to execute 'system action'. Exception 'Cannot insert the value NULL into column 'eFlagName', table 'eWait'; column does not allow nulls. INSERT fails. The statement has been terminated.' occurred when attempting to 'Delete event registrations'.
I've routed the flag action to go to a User stage first and then a manual user action to the system action, just to check, but it still does the same. Anyone know why something like this might occur? The flag definitely has a name...