Skip to content

Commit

Permalink
fix: workflow.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xinmin Du committed May 29, 2024
1 parent 40cd4e0 commit d3e9ede
Showing 1 changed file with 41 additions and 41 deletions.
82 changes: 41 additions & 41 deletions testdata/workflow1/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,45 +5,45 @@ metadata:
namespace: default

graph:
- function:
name: function1
namespace: default
rule:
case:
- expression:
- variable: x
opt: ">"
value: "10"
type: int
successor:
- function:
name: function2
function:
name: function1
namespace: default
rule:
case:
- expression:
- variable: x
opt: ">"
value: "10"
type: int
successor:
function:
name: function2
namespace: default
rule:
case:
- expression:
- variable: x
opt: ">"
value: "20"
type: int
successor:
function:
name: function5
namespace: default
default:
function:
name: function6
namespace: default
rule:
case:
- expression:
- variable: x
opt: ">"
value: "20"
type: int
successor:
- function:
name: function5
namespace: default
default:
- function:
name: function6
namespace: default
- expression:
- variable: x
opt: "<"
value: "1"
type: int
successor:
- function:
name: function3
namespace: default
default:
- function:
name: function4
namespace: default
- expression:
- variable: x
opt: "<"
value: "1"
type: int
successor:
function:
name: function3
namespace: default
default:
function:
name: function4
namespace: default

0 comments on commit d3e9ede

Please sign in to comment.