Convert the workflow full syntax to workflow simplified syntax. Which of the following is correct?
Convert the workflow full syntax to workflow simplified syntax. Which of the following is correct?
To convert the workflow from full syntax to simplified syntax, we need to eliminate unnecessary indentation and keywords while preserving the task structure. In the full syntax, the 'my_task' specifies an action 'std.http' with input parameters for URL and method. The simplified syntax directly maps these parameters into a concise format, as shown in Option D.
correct