You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`cron_schedule` (String) A cron expression evaluated using UTC time to trigger the workflow (e.g. 0 0 * * *).
89
99
-`inputs` (Attributes List) (see [below for nested schema](#nestedatt--inputs))
90
100
-`trigger_linear_label_name` (String) The name of the Linear label that should trigger the workflow.
91
101
@@ -100,6 +110,8 @@ Optional:
100
110
101
111
-`api_action` (Attributes) (see [below for nested schema](#nestedatt--steps--api_action))
102
112
-`approval_action` (Attributes) (see [below for nested schema](#nestedatt--steps--approval_action))
113
+
-`condition` (String) Expression to evaluate if this step should run, if evaluated as true step will run, otherwise it will be skipped. If no condition is set the step will always run. You can use the input, output from previous steps, and basic operators like ==, !=, >, <, >=, <=, &&, ||, not.
114
+
-`condition_action` (Attributes) (see [below for nested schema](#nestedatt--steps--condition_action))
103
115
-`name` (String) The name of the step.
104
116
-`query_action` (Attributes) (see [below for nested schema](#nestedatt--steps--query_action))
105
117
-`slack_action` (Attributes) (see [below for nested schema](#nestedatt--steps--slack_action))
@@ -163,6 +175,15 @@ Read-Only:
163
175
164
176
165
177
178
+
<aid="nestedatt--steps--condition_action"></a>
179
+
### Nested Schema for `steps.condition_action`
180
+
181
+
Required:
182
+
183
+
-`condition` (String) Expression to evaluate if workflow should continue, if evaluated as true workflow will continue. You can use the input, output from previous steps, and basic operators like ==, !=, >, <, >=, <=, &&, ||, not.
184
+
-`when_false` (String) When false, mark workflow as: (failed, succeeded)
0 commit comments