MCPcopy Create free account
hub / github.com/compozy/agh / MutableTaskFields

Function MutableTaskFields

internal/task/limits.go:65–77  ·  view source on GitHub ↗

MutableTaskFields returns the canonical mutable task field names.

()

Source from the content-addressed store, hash-verified

63
64// MutableTaskFields returns the canonical mutable task field names.
65func MutableTaskFields() []string {
66 return []string{
67 TaskFieldTitle,
68 TaskFieldDescription,
69 TaskFieldPriority,
70 TaskFieldMaxAttempts,
71 TaskFieldAutoEnqueueOnReady,
72 TaskFieldApprovalPolicy,
73 TaskFieldMetadata,
74 TaskFieldNetworkChannel,
75 TaskFieldOwner,
76 }
77}
78
79// IsImmutableTaskField reports whether the supplied field name is immutable after task creation.
80func IsImmutableTaskField(field string) bool {

Callers 2

applyTaskPatchFunction · 0.85

Calls

no outgoing calls

Tested by 1