Files
luos/workflow/engine/templates/webentry/cases_ScreenDerivation.html
davidcallizaya c9c49c2767 HOR-3214
WebEntry2 Execution Screen
2017-06-03 14:53:04 -04:00

6 lines
163 B
HTML

<script>
if({$derivationResponse|@json_encode})
parent.fullfill({$webEntryUrlEvaluated|@json_encode});
else
parent.reject();
</script>