From 14b7292d50e8cd86ca8e8378ceb0a5d37bed1d17 Mon Sep 17 00:00:00 2001 From: Miguel Mamani Date: Wed, 22 May 2024 11:59:32 -0400 Subject: [PATCH] feat: add element destination task props --- resources/processmaker.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/resources/processmaker.json b/resources/processmaker.json index c7c37b6..78ce224 100644 --- a/resources/processmaker.json +++ b/resources/processmaker.json @@ -106,6 +106,16 @@ "name": "validations", "isAttr": true, "type": "String" + }, + { + "name": "elementDestinationType", + "isAttr": true, + "type": "String" + }, + { + "name": "elementDestinationURL", + "isAttr": true, + "type": "String" } ] },