Skip to content

Commit 3937fc8

Browse files
committed
docs: plan for future
1 parent e319651 commit 3937fc8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

structs.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1207,7 +1207,9 @@ type Trigger struct {
12071207
ExecutionDelay int64 `json:"execution_delay" yaml:"execution_delay" datastore:"execution_delay"`
12081208
AppAssociation WorkflowApp `json:"app_association" yaml:"app_association" datastore:"app_association"`
12091209
ParentControlled bool `json:"parent_controlled" datastore:"parent_controlled"` // If the parent workflow node exists, and shouldn't be editable by child workflow
1210-
1210+
1211+
// TODO: make this a predictable field
1212+
// generated from current ID + workflow ID + orgid as seed
12111213
ReplacementForTrigger string `json:"replacement_for_trigger" datastore:"replacement_for_trigger"` // If this trigger is a replacement for another trigger
12121214
}
12131215

0 commit comments

Comments
 (0)