Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
haitch committed Nov 22, 2022
1 parent b3f1110 commit 6c5b19c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions step.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,11 @@ func connectStepDefinition(stepFrom, stepTo StepDefinitionMeta) *graph.DotEdgeSp
// StepInstanceMeta is the interface for a step instance
type StepInstanceMeta interface {
GetName() string
Waitable() asynctask.Waitable
DotSpec() *graph.DotNodeSpec
ExecutionData() *StepExecutionData
GetState() StepState
Waitable() asynctask.Waitable

DotSpec() *graph.DotNodeSpec
}

// StepInstance is the instance of a step, within a job instance.
Expand Down

0 comments on commit 6c5b19c

Please sign in to comment.