Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Update pkg/manager/impl/util/single_task_execution.go
Browse files Browse the repository at this point in the history
Co-authored-by: Haytham AbuelFutuh <[email protected]>
  • Loading branch information
katrogan and EngHabu authored May 20, 2020
1 parent 8bc1ae3 commit 1d9028b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/manager/impl/util/single_task_execution.go
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ func CreateOrGetWorkflowModel(
Metadata: &admin.NamedEntityMetadata{State: admin.NamedEntityState_SYSTEM_GENERATED},
})
if err != nil {
logger.Warningf(ctx, "Failed to set skeleton workflow state to archived: %v", err)
logger.Warningf(ctx, "Failed to set skeleton workflow state to system-generated: %v", err)
return nil, err
}
workflowModel, err = db.WorkflowRepo().Get(ctx, repositoryInterfaces.GetResourceInput{
Expand Down

0 comments on commit 1d9028b

Please sign in to comment.