I got mine in AbstractStreamOperator.open() method through this.getContainingTask().getEnvironment().getJobID();
> On Oct 14, 2019, at 11:53 PM, 马阳阳 <ma_yang_y...@163.com> wrote: > > As the title. Is it possible now? Or if we can do something to achieve this. > I tried to put the job name into the ExecutionConfig.GlobalJobParameters. But > it is not possible to get the job name before Environment.execute() is called. > > Best regards, > mayangyang