e2ebridge/bpmn

Get bpmnId of a task

Opened this issue · 2 comments

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

Anyone ?

try to log this to find any relations to parent objects, or try it with the upper process instance