Scheduler Response type

In following you only mention response type for #1. What should the proper response be for 2 and 3?



1. if event with rec_type==none wad inserted - response must have �deleted� status

2. if event with rec_type was updated or deleted - all records with event_pid equal to the master id must be deleted

3. if event with event_pid value was deleted - it need to be updated with rec_type �none� instead of deleting.

Normal dataprocessor’s responses. The rules (2) and (3) describes additional actions which need to be executed after default reaction.
In case of (2) the response will contain action@type as deleted or updated, based on type of incoming operation
In case of (3) the response will contain action@type as deleted