Get bpmnId of a task
Opened this issue · 2 comments
Deleted user commented
Is it possible to get the bpmnId of a task inside the handler ?
Something link that ?
exports.mytask = function(data, done) {
console.log(this.bpmnId);
done(data);
};
Deleted user commented
Anyone ?
artjomg commented
try to log this to find any relations to parent objects, or try it with the upper process instance