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
**Description**: If the task was replicated from another remote or to other remotes, `network` will contain information about the remote task uids corresponding to this task. Otherwise, missing in task object.
196
+
197
+
`network` either has a single key that is either `origin` or `remotes`.
|**`remoteName`**| The name of the [remote](/reference/api/network)|
209
+
|**`taskUid`**| The uid of the task of origin |
210
+
211
+
`remotes` is itself an object whose keys are the [remotes](/reference/api/network) and values an object with a single key that is either `task_uid` or `error`:
0 commit comments