Skip to content

Commit

Permalink
docs: plan for future
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0elliot committed Jan 14, 2025
1 parent e319651 commit 3937fc8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -1207,7 +1207,9 @@ type Trigger struct {
ExecutionDelay int64 `json:"execution_delay" yaml:"execution_delay" datastore:"execution_delay"`
AppAssociation WorkflowApp `json:"app_association" yaml:"app_association" datastore:"app_association"`
ParentControlled bool `json:"parent_controlled" datastore:"parent_controlled"` // If the parent workflow node exists, and shouldn't be editable by child workflow


// TODO: make this a predictable field
// generated from current ID + workflow ID + orgid as seed
ReplacementForTrigger string `json:"replacement_for_trigger" datastore:"replacement_for_trigger"` // If this trigger is a replacement for another trigger
}

Expand Down

0 comments on commit 3937fc8

Please sign in to comment.