Class: ExecutableJobReport
Defined in: packages/microservice/job-broker/src/middleware/schemas/executable-job.schema.ts:40
Schema representing the result of an executed task. This schema defines the structure of the result, including the executed task, the exit code, and any standard error or output generated during execution.
Constructors
Constructor
new ExecutableJobReport():
ExecutableJobReport
Returns
ExecutableJobReport
Properties
exit_code?
optionalexit_code:number
Defined in: packages/microservice/job-broker/src/middleware/schemas/executable-job.schema.ts:53
jobType?
optionaljobType:string
Defined in: packages/microservice/job-broker/src/middleware/schemas/executable-job.schema.ts:45
status?
optionalstatus:string
Defined in: packages/microservice/job-broker/src/middleware/schemas/executable-job.schema.ts:42
stderr?
optionalstderr:string
Defined in: packages/microservice/job-broker/src/middleware/schemas/executable-job.schema.ts:57
stdout?
optionalstdout:string
Defined in: packages/microservice/job-broker/src/middleware/schemas/executable-job.schema.ts:61
task
task:
ExecutableJobRequest
Defined in: packages/microservice/job-broker/src/middleware/schemas/executable-job.schema.ts:49
