(ctx context.Context, id string, request AutomationJobUpdateRequest)
| 372 | CreateAutomationJob(ctx context.Context, request AutomationJobCreateRequest) (JobRecord, error) |
| 373 | GetAutomationJob(ctx context.Context, id string) (JobRecord, error) |
| 374 | UpdateAutomationJob(ctx context.Context, id string, request AutomationJobUpdateRequest) (JobRecord, error) |
| 375 | DeleteAutomationJob(ctx context.Context, id string) error |
| 376 | TriggerAutomationJob(ctx context.Context, id string) (RunRecord, error) |
| 377 | AutomationJobRuns(ctx context.Context, id string, query AutomationRunQuery) ([]RunRecord, error) |
no outgoing calls
no test coverage detected