There is workerId in web console.
type StatusOutput struct {
DelayTime *int `json:"delayTime,omitempty"`
Error *string `json:"error,omitempty"`
ExecutionTime *int `json:"executionTime,omitempty"`
Id *string `json:"id,omitempty"`
Output *interface{} `json:"output,omitempty"`
Retries *int `json:"retries,omitempty"`
Status *string `json:"status,omitempty"`
}
There is workerId in web console.