...
Expand | ||
---|---|---|
| ||
Issue: The HTML Composer activity incorrectly resolves variables with equal parts of names.
Result:
Status: in Progress |
Expand | ||
---|---|---|
| ||
Issue: The main workflow doesn’t abort, if it include a snippet, which extecute the activity Terminate workflow and the start snipper condition stop on error = true. Status: openin Progress Solution: Use the throw activity in the snippet instead. This will throw an unhandled exception, which can be handeled by a seperate try catch in the main workflow, if needed. |
...