I would use this task type, if it weren't for the fact that SSIS by default will spit out its logging at the "info" level by default, which is very spammy. I run all my SSIS jobs reporting only warnings & errors to the screen, so I can click on the "result" box in VisualCron and immediately see what went wrong. So far I've been running them by calling dtexec directly for that reason.
-Alan.