Advertisement
danrmejia

Procedure requirements

Mar 19th, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.40 KB | None | 0 0
  1. state: "analyzing"
  2.   steps:
  3.     - add more information:
  4.       fields:
  5.         comment:
  6.          - required
  7.           - etc
  8.         file:
  9.          - option
  10.           - pdf,doc,docx
  11.     - add report:
  12.       fields:
  13.         file:
  14.          - required
  15.           - pdf
  16.         comment:
  17.          - optional
  18.     - begin auditing:
  19.       transition: "begin auditing"
  20.       new state: "auditing"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement