We have a use case in CAP where we are programmatically triggering draft events (create, prepare, activate, discard). We were able to do this for the "create" draft event via the following code: const { draftEntity } = service.entities
const payload...