( ctx context.Context, taskID string, blockID string, note string, actor ActorContext, )
| 22 | BlockTask(ctx context.Context, req BlockRequest, actor ActorContext) (TaskBlock, error) |
| 23 | RecoverTask(ctx context.Context, id string, note string, actor ActorContext) (*Task, error) |
| 24 | ClearTaskBlock( |
| 25 | ctx context.Context, |
| 26 | taskID string, |
| 27 | blockID string, |
no outgoing calls