Solved
How to send alert to computed operator
Did anybody implemented this.. for me the as i thought simple task of adding to init script
//does nothing
activity.operator.id = mineId;
//also
instance.activities.alert[0].operator.id = mineId
//does nothing
or
//throws error
activity.operatorId = mineId;
//throws error
instance.activities.alert[0].operatorId = mineId
Thank you for any help
