We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3c16ef commit 3afebd8Copy full SHA for 3afebd8
src/MicroflowTimer/widget/MicroflowTimer.js
@@ -87,9 +87,9 @@ require([
87
}
88
},
89
90
- _execMf: function () {
+ _execMf: function () {
91
console.log(this.id + '._execMf');
92
-
+
93
var self = this,
94
guids = [this._contextObj.getGuid()],
95
mf = this.microflow;
@@ -99,6 +99,9 @@ require([
99
actionname: mf,
100
guids: guids
101
102
+ store: {
103
+ caller: this.mxform
104
+ },
105
callback: function (result) {
106
if (!result) {
107
console.log('stopping timer');
0 commit comments