(ctx context.Context, taskID string, actor ActorContext)
| 35 | DismissTask(ctx context.Context, id string, actor ActorContext) (TriageState, error) |
| 36 | |
| 37 | GetExecutionProfile(ctx context.Context, taskID string, actor ActorContext) (ExecutionProfile, error) |
| 38 | SetExecutionProfile( |
| 39 | ctx context.Context, |
| 40 | taskID string, |
no outgoing calls