File tree 2 files changed +9
-0
lines changed
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -340,6 +340,14 @@ Execute subworkflows:
340
340
analysis_result: _
341
341
` ` `
342
342
343
+ # ## Log Step
344
+
345
+ Log messages or specific values :
346
+
347
+ ` ` ` yaml
348
+ - log: "Processing completed for item {{item_id}}"
349
+ ` ` `
350
+
343
351
# # Example: Complex Workflow
344
352
345
353
Here's an example combining various step types :
Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ Below is a table of all the steps that can be used in a task.
109
109
| [Sleep](/docs/advanced/types-of-task-steps#sleep-step) | Pause execution |
110
110
| [Return](/docs/advanced/types-of-task-steps#return-step) | Return values from workflow |
111
111
| [Yield](/docs/advanced/types-of-task-steps#yield-step) | Execute subworkflows |
112
+ | [Log](/docs/advanced/types-of-task-steps#log-step) | Log messages or specific values |
112
113
113
114
> You can learn more about workflow steps as to how they work in the [Workflow Steps](/docs/advanced/types-of-task-steps) section.
114
115
You can’t perform that action at this time.
0 commit comments