Skip to content

Commit

Permalink
step ref
Browse files Browse the repository at this point in the history
  • Loading branch information
ettec committed Nov 14, 2024
1 parent 9a2dfb7 commit c52096b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/services/workflows/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ func (e *Engine) initializeCapability(ctx context.Context, step *step) error {
Metadata: capabilities.RegistrationMetadata{
WorkflowID: e.workflow.id,
WorkflowOwner: e.workflow.owner,
ReferenceID: step.Vertex.Ref,
},
Config: stepConfig,
}
Expand Down Expand Up @@ -1100,6 +1101,7 @@ func (e *Engine) Close() error {
Metadata: capabilities.RegistrationMetadata{
WorkflowID: e.workflow.id,
WorkflowOwner: e.workflow.owner,
ReferenceID: s.Vertex.Ref,
},
Config: stepConfig,
}
Expand Down

0 comments on commit c52096b

Please sign in to comment.