new (basic.gbapp): NOTE keyword.

This commit is contained in:
Rodrigo Rodriguez 2023-08-22 10:01:15 -03:00
parent fd5c131c98
commit e4fcf8e433

View file

@ -1409,7 +1409,7 @@ export class GBMinService {
if (notes && text && text !== "") {
const sys = new SystemKeywords();
await sys.note({pid, text});
step.context.sendActivity('OK.');
return;
}