Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
any errors in the browser developer tool > console log?
Is the form within a process? because workflow process hash variable only works if it's within a process. That means if you submit the form in a CRUD, that hash variable won't work.
To execute a Javascript API in Custom HTML in a Form do I need anything more than this? It does not seem to work.
<script>
AssignmentManager.completeAssignment('http://xxx.xxx.xxx.xxx:8080/jw', '#process.activityInst.completeAndRedirectToLogin.instanceId#', 'http://xxxxx.org/index.php/xxxxx.login');
</script>
Thanks!
Bill