You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add documentation for using the workflow submission's status_callback keyword arg. in particular that the function handle should look like def callback_function(node, status) and that status is in ('start', 'end', 'exception').