Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… into release

Rebuilt with oeConnector.args property in bpmn-moddle
  • Loading branch information
vamsee committed Oct 25, 2018
2 parents 5880721 + 8da71b6 commit 0dd95df
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 3 deletions.
7 changes: 7 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
*
* ©2017-2018 EdgeVerve Systems Limited (a fully owned Infosys subsidiary),
* Bangalore, India. All Rights Reserved.
*
*/

'use strict';

module.exports = function (grunt) {
Expand Down
8 changes: 8 additions & 0 deletions app/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<!-- ©2017-2018 EdgeVerve Systems Limited (a fully owned Infosys subsidiary), Bangalore, India. All Rights Reserved.
The EdgeVerve proprietary software program ("Program"), is protected by copyrights laws, international treaties and other pending or existing intellectual property rights in India, the United States and other countries.
The Program may contain/reference third party or open source components, the rights to which continue to
remain with the applicable third party licensors or the open source community as the case may be and nothing
here transfers the rights to the third party and open source components, except as expressly permitted.
Any unauthorized reproduction, storage, transmission in any form or by any means (including without limitation to electronic, mechanical, printing, photocopying, recording or otherwise), or any distribution of this Program,or any portion of it, may result in severe civil and criminal penalties, and will be prosecuted to the maximum extent possible under the law. -->


<!DOCTYPE html>
<html>

Expand Down
2 changes: 1 addition & 1 deletion app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function openDecision(e) {
var elementRegistry = bpmnModeler.get('elementRegistry');
var bpmnElement = elementRegistry.get(id);
var bpmnObj = bpmnElement.businessObject;
window.parent.postMessage(bpmnObj.decisionRef,"*");
window.parent.postMessage(bpmnObj.decisionRef,window.origin);
}

function openCallActivity(e) {
Expand Down
8 changes: 8 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<!-- ©2017-2018 EdgeVerve Systems Limited (a fully owned Infosys subsidiary), Bangalore, India. All Rights Reserved.
The EdgeVerve proprietary software program ("Program"), is protected by copyrights laws, international treaties and other pending or existing intellectual property rights in India, the United States and other countries.
The Program may contain/reference third party or open source components, the rights to which continue to
remain with the applicable third party licensors or the open source community as the case may be and nothing
here transfers the rights to the third party and open source components, except as expressly permitted.
Any unauthorized reproduction, storage, transmission in any form or by any means (including without limitation to electronic, mechanical, printing, photocopying, recording or otherwise), or any distribution of this Program,or any portion of it, may result in severe civil and criminal penalties, and will be prosecuted to the maximum extent possible under the law. -->


<!DOCTYPE html>
<html>

Expand Down
2 changes: 1 addition & 1 deletion dist/workflow.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/workflow.min.js.map

Large diffs are not rendered by default.

0 comments on commit 0dd95df

Please sign in to comment.