Advertisement
Guest User

Untitled

a guest
Nov 19th, 2015
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.21 KB | None | 0 0
  1. ---
  2. version: '2.0'
  3.  
  4. simple-workflow:
  5.     description: foo
  6.     type: direct
  7.  
  8.     tasks:
  9.         bar:
  10.             with-items: foo in [{"id":"1"},{"id":"2"}]
  11.             action: std.echo output=<% $.foo.id %>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement