Skip to content

return · Step return overrides

Override the returned data and/or MIME of the step result.

yaml
- _: Say hi
  log: Bonjour, mes amis !
  return:
    mime: esquie/test
    data: "${esquie.error ? 'Wooo...' : 'Weee !'}"

Released under the AGPL-3.0-or-later License.