Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update Workflows subgraph to 0.1.0-rc23 #71

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dls-graph-schema-federator[bot]
Copy link
Contributor

No description provided.

Copy link

@@ -185,7 +185,7 @@ type WorkflowEdge
   cursor: String!
 }
 
-"""The controller has encountered an error whilst scheduling the workflow"""
+"""All tasks in the workflow have errored"""
 type WorkflowErroredStatus
   @join__type(graph: WORKFLOWS)
 {
@@ -202,7 +202,7 @@ type WorkflowErroredStatus
   tasks: [Task!]!
 }
 
-"""A task in the workflow has completed with a non-zero exit code"""
+"""All tasks in the workflow have failed"""
 type WorkflowFailedStatus
   @join__type(graph: WORKFLOWS)
 {
@@ -255,7 +255,7 @@ union WorkflowStatus
   @join__unionMember(graph: WORKFLOWS, member: "WorkflowErroredStatus")
  = WorkflowPendingStatus | WorkflowRunningStatus | WorkflowSucceededStatus | WorkflowFailedStatus | WorkflowErroredStatus
 
-"""All tasks in the workflow have succeeded"""
+"""All tasks in the workflow have succeded"""
 type WorkflowSucceededStatus
   @join__type(graph: WORKFLOWS)
 {
@@ -272,7 +272,6 @@ type WorkflowSucceededStatus
   tasks: [Task!]!
 }
 
-"""A Template which specifies how to produce a [`Workflow`]"""
 type WorkflowTemplate
   @join__type(graph: WORKFLOWS)
 {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants