Return
A Return Element marks the end of an execution path and defines the return value. The value is either returned from the Process or usable at a later point in the execution. A Return Element can be found in Processes, Subprocesses, Scopes or loops. The Return Elements expression is dynamic typed. This enables to return almost anything with it.
Return values
Expression
HTTP Response
HTTP Binary Response
The type of the Return Element's HTTP Response can be set manually or by using variable / Result value of a HttpRequest task. The HTTP Response supports all possible status codes.
The next article is Introduction to Intermediate Return Element