Skip to content

Instantly share code, notes, and snippets.

@marianogonzalez
Created April 13, 2018 17:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marianogonzalez/683a69dc8c9b5f5d271098da517244f3 to your computer and use it in GitHub Desktop.
Save marianogonzalez/683a69dc8c9b5f5d271098da517244f3 to your computer and use it in GitHub Desktop.
<os:retrieve key="state">
<os:default-value>
<![CDATA[#[
output application/json
---
{ "id": attributes.queryParams.id,
"timestamp": now(),
"name": payload.name
}
]]]>
</os:default-value>
</os:retrieve>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment