Run Job Options

Run Job Options

Definitions/explanations of the different options for when you wish to run a job.

Option Name
Description
Begin at Row
Begin at Row/Leave blank to start at the first row.
End at Row
End at Row/Leave blank to process through to the end of all rows.
Thread Count
Number of threads to spawn for processing data into the destination. Leave blank to use default. (set in StarfishEngine Web.config)
Argument
Allows user to pass in a run-time argument, which is available during the Job through the variable “@@VAR:JobArgument@@”. Job can pass a Return value out of the Job, through the VBScript Connect Creatio Class property “ReturnValue”.
Logging Level - None
Only a total record count will be returned at the end of the Job.
Logging Level - Low
Returns an overview of each row/stage processed.
Logging Level - Medium
Returns Low Level messages, and displays all SQL statements that are executed.
Logging Level - High
Returns Low and Medium Level messages, and breaks down each field during evaluation. This shows the actual VBScript executed and return values from Function Fields.
Chain Jobs
If the current Job has Job Chaining enabled, this checkbox specified whether it should stop after this Job, or continue on following the daisy-chained jobs.
Notify on Complete
When the job is complete an email will be sent with a summary, including record counts and the log.