What is the "Awaiting" section in the dashboard

Just wondering what the “Awaiting” section is in the dashboard and how Jobs get in there?

1 Like

Jobs in Awaiting list are the jobs that were created by using method ContinueWith. The state of these jobs will be changed to next given state after their parent job done.

3 Likes