Type Alias: JobResult
type JobResult =
| (object & JobResultUserTask)
| (object & JobResultAdHocSubProcess);
The result of the completed job as determined by the worker.
type JobResult =
| (object & JobResultUserTask)
| (object & JobResultAdHocSubProcess);
The result of the completed job as determined by the worker.