camunda
camunda copied to clipboard
feat: making tasklist title dynamic uppon parameters
Tasklist Test Results
548 tests 299 :white_check_mark: 4m 33s :stopwatch: 143 suites 4 :zzz: 143 files 0 :x: 245 :fire:
For more details on these errors, see this check.
Results for commit a948b937.
:recycle: This comment has been updated with latest results.
Thanks for work on BE implementation as well, Great work Just some small points in addition to my comments
- Would be possible add the unit tests over the controller layer?
- Do you have a path in case process is not found?
Thanks for work on BE implementation as well, Great work Just some small points in addition to my comments
* Would be possible add the unit tests over the controller layer? * Do you have a path in case process is not found?
Missed this comment
Do you have a path in case process is not found?
If it's not found we have a 404 page
@nathansandi I added tests for the PublicController, please have a look.