From ed9797b781c49a6af0e87a90b759e96fe8ecdd98 Mon Sep 17 00:00:00 2001 From: Fabio Date: Thu, 6 Jun 2024 15:55:46 -0400 Subject: [PATCH] FOUR-15681:Make UI changes to enable the mustache variable and save --- resources/processmaker.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/resources/processmaker.json b/resources/processmaker.json index c7c37b6..34099da 100644 --- a/resources/processmaker.json +++ b/resources/processmaker.json @@ -52,6 +52,16 @@ "isAttr": true, "type": "Integer" }, + { + "name": "dueInVariable", + "isAttr": true, + "type": "String" + }, + { + "name": "isDueInVariable", + "isAttr": true, + "type": "Boolean" + }, { "name": "notifyAfterRouting", "isAttr": true,