(ctx context.Context, id string, actor ActorContext)
| 11 | CreateTask(ctx context.Context, spec CreateTask, actor ActorContext) (*Task, error) |
| 12 | CreateChildTask(ctx context.Context, parentTaskID string, spec CreateTask, actor ActorContext) (*Task, error) |
| 13 | DeleteTask(ctx context.Context, id string, actor ActorContext) error |
| 14 | UpdateTask(ctx context.Context, id string, patch Patch, actor ActorContext) (*Task, error) |
| 15 | PublishTask(ctx context.Context, id string, req ExecutionRequest, actor ActorContext) (*Execution, error) |
| 16 | StartTask(ctx context.Context, id string, req ExecutionRequest, actor ActorContext) (*Execution, error) |
no outgoing calls