The Return action is used to output a final value from an operation or workflow. It serves as the concluding step in a process, ensuring that the computed result is passed back to the calling function or next workflow step. This action is essential in defining structured responses in workflows where data processing leads to a definitive result.

Return(
    val: str
)