new (basic.gbapp): NOTE keyword.

This commit is contained in:
Rodrigo Rodriguez 2023-08-22 10:01:15 -03:00
parent 6bcd3c0187
commit 8f9bde6417

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;
}