From ac000a5cea5405f4beae7098e9205b818980001e Mon Sep 17 00:00:00 2001 From: sartography-automated-committer Date: Thu, 8 Feb 2024 03:34:11 +0000 Subject: [PATCH] User: waqqas.jabbar@gmail.com added process model file playground/nutech/call-activity-1/ship_product.json --- .../nutech/call-activity-1/ship_product.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 playground/nutech/call-activity-1/ship_product.json diff --git a/playground/nutech/call-activity-1/ship_product.json b/playground/nutech/call-activity-1/ship_product.json new file mode 100644 index 00000000..1ec52826 --- /dev/null +++ b/playground/nutech/call-activity-1/ship_product.json @@ -0,0 +1,14 @@ +{ + "title": "Ship Product", + "type": "object", + "required": [ + "product_shipped" + ], + "properties": { + "product_shipped": { + "title": "Was the product shipped?", + "type": "string", + "default": "Y" + } + } +}