(ctx context.Context, id string)
| 422 | RecoverTask(ctx context.Context, id string, request RecoverTaskRequest) (TaskRecord, error) |
| 423 | DeleteTask(ctx context.Context, id string) error |
| 424 | GetTaskExecutionProfile(ctx context.Context, id string) (TaskExecutionProfileRecord, error) |
| 425 | SetTaskExecutionProfile( |
| 426 | ctx context.Context, |
| 427 | id string, |
no outgoing calls
no test coverage detected