Hi everyone,
I am trying to build some processes which can be called as a service.
the processes will take some time, so I cannot response right away.
I need to response when the job finished, but I need some unique id to identify the job.
Does anyone knows how to get the jobid in code?
Or is there any suggestion?
thanks!