Skip to main content

Usercube-Invoke-ServerJob

Invoke a Job (Server Side)

To launch the job in the Server side only you need to run the executable Usercube-Invoke-ServerJob.exe.

To know the task launch orders in job use the following exe: Usercube-Get-Job Steps .exe. See the Usercube-Get-JobSteps topic for additional information.

Examples


.\Usercube-Invoke-ServerJob.exe -g "CleanDatabase" -s secret

Arguments

Argument NameDetails
------
--job-identifier (-j) requiredType String Description Job's identifier to be launched.
--repair-job (-r) optionalType No Value Description Bool to Decide launch Synchronization Validation or Provisioning with force.
--begin-job-step (-b) optionalType String Description The step from which the job starts.
--end-job-step (-e) optionalType String Description The step at which the job stops.
--task-identifier (-t) optionalType String Description Specify the identification of the task to be started in the job (only this task will be started).
--force-synchronization-provisioning (-f) optionalType Int64 Description Forces execution when the threshold is reached or exceeded.
--task-type (-c) optionalType String Description The first task found with this type is launched.
--task-string-contains (-s) optionalType String Description Launches all tasks with an identifier containing the given value.