( ctx context.Context, taskID string, profile *ExecutionProfile, actor ActorContext, )
| 36 | |
| 37 | GetExecutionProfile(ctx context.Context, taskID string, actor ActorContext) (ExecutionProfile, error) |
| 38 | SetExecutionProfile( |
| 39 | ctx context.Context, |
| 40 | taskID string, |
| 41 | profile *ExecutionProfile, |
no outgoing calls