(ctx context.Context, id string, req ExecutionRequest, actor ActorContext)
| 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) |
| 17 | ApproveTask(ctx context.Context, id string, req ExecutionRequest, actor ActorContext) (*Execution, error) |
| 18 | RejectTask(ctx context.Context, id string, actor ActorContext) (*Task, error) |
| 19 | CancelTask(ctx context.Context, id string, req CancelTask, actor ActorContext) (*Task, error) |
no outgoing calls