(execution_service, user_id=DEFAULT_USER_ID)
| 423 | |
| 424 | |
| 425 | def _start(execution_service, user_id=DEFAULT_USER_ID): |
| 426 | return _start_with_config(execution_service, _create_script_config([]), None, user_id) |
| 427 | |
| 428 | |
| 429 | def _start_with_config(execution_service, config, parameter_values=None, user_id=DEFAULT_USER_ID): |
no test coverage detected