SubmitFromModel
Submits a job from a model
Number jobId = SubmitFromModel (
String schema,
String where,
String methodName,
XML diff,
Boolean async
)
String schema,
String where,
String methodName,
XML diff,
Boolean async
)
Parameters
schema
Job model schema
where
Model selection expression
methodName
Name of the method to call
diff
XML content to add to the model
async
Perform an asynchronous job submission
Return values
jobId
Identifier of job just created
Features

