Skip to content

Instantly share code, notes, and snippets.

@marianogonzalez
Created February 10, 2014 17:48
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/8920710 to your computer and use it in GitHub Desktop.
Save marianogonzalez/8920710 to your computer and use it in GitHub Desktop.
<set-variable variableName="startTime" value="#[System.currentTimeMillis()]" doc:name="Variable" />
<all>
<flow-ref name="to-salesforce" doc:name="to salesforce"/>
<flow-ref name="to-google" doc:name="to google"/>
</all>
<set-payload value="Elapsed time: #[(System.currentTimeMillis() - flowVars['startTime']) /1000] seconds" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment