TaskStep.dhall 369 B

12345678910111213
  1. let Types = ../types/package.dhall
  2. in { privileged = None Bool
  3. , params = None (List Types.TextTextPair)
  4. , image = None Text
  5. , input_mapping = None (List Types.TextTextPair)
  6. , output_mapping = None (List Types.TextTextPair)
  7. , vars = None Types.JSONObject
  8. , tags = None (List Text)
  9. , timeout = None Text
  10. , attempts = None Natural
  11. }