<script>
In this element, the Javascript is defined for calling. For assistance, the variable “context” can be used with the following functions.
Function | Description |
---|---|
finishActivity(value) | Changes the activity next called |
getModel() | Supplies the model |
getSourceWindow() | Supplies the HtmlWindow by which the workflow was executed |
getSourceElement() | Supplies the HtmlNode |
updateModel(newModel) | Updates the edited model |
<script>
alert('test');
</script>