diff options
Diffstat (limited to 'internal/executor/channel.go')
| -rw-r--r-- | internal/executor/channel.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/executor/channel.go b/internal/executor/channel.go index 5afe22e..9392c77 100644 --- a/internal/executor/channel.go +++ b/internal/executor/channel.go @@ -156,6 +156,7 @@ func (c *storeChannel) SpawnSubtask(_ context.Context, spec SubtaskSpec) (string ParentTaskID: c.taskID, Agent: agent, Priority: task.PriorityNormal, + DependsOn: spec.DependsOn, State: task.StatePending, CreatedAt: now, UpdatedAt: now, |
