...
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: done - solved with 5.3.1 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. |
Expand | ||
---|---|---|
| ||
Issue: Workflows can’t show the output of the central storage path activities on the portal, if they are used in snippets. The activities are working only in main workflows. Status: in Progress done - solved with 5.3.1 |
Expand | ||
---|---|---|
| ||
Issue: it can happen, that workflow forms with multiple parameter groups and visibility expressions have problems with the loading and displaying of a parameter group. The selected parameter group will be empty, but the parameters are visible, when you switch back to the parameter group before and back again. Status: done - solved with 5.3.1 |
...