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
For using waiting_on, I was using this code to specify a wait
workgraph_task.wait= [task_1, ..., task_n]
and there was no connection shown between the tasks in the workgraph gui so I assume it did not work. When using the documented way, it worked. So my question should wait be private to discourage the usage?
The text was updated successfully, but these errors were encountered:
For using
waiting_on
, I was using this code to specify a waitand there was no connection shown between the tasks in the workgraph gui so I assume it did not work. When using the documented way, it worked. So my question should
wait
be private to discourage the usage?The text was updated successfully, but these errors were encountered: