From a73aac7f6c9dce2f632a415fb8c02feecea26f2a Mon Sep 17 00:00:00 2001 From: Petruta Bogdana Patrichi <59565622+bogdanapatrichi@users.noreply.github.com> Date: Wed, 3 Feb 2021 12:11:33 +0200 Subject: [PATCH] [AAE-4547] Add ne process and form to simpleapp (#6616) * Add formWithSingleInput form and outputVariablesMappin process to resources.ts --- lib/cli/scripts/resources.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/cli/scripts/resources.ts b/lib/cli/scripts/resources.ts index 129ad08b71..f5a2666aa6 100644 --- a/lib/cli/scripts/resources.ts +++ b/lib/cli/scripts/resources.ts @@ -125,7 +125,8 @@ export const ACTIVITI_CLOUD_APPS: any = { poolInterruptingBoundarySubprocessThrow: 'pool-int-bound-subpr-throw', poolInterruptingBoundarySubprocessCatch: 'pool-int-bound-subpr-catch', poolInterruptingBoundaryThrow: 'pool-int-boundary-throw', - poolInterruptingBoundaryCatch: 'pool-int-boundary-catch' + poolInterruptingBoundaryCatch: 'pool-int-boundary-catch', + outputVariablesMappin: 'output-variables-mapping' }, forms: { tabVisibilityFields: { @@ -184,8 +185,10 @@ export const ACTIVITI_CLOUD_APPS: any = { }, poolForm: { name: 'pool-usertaskform' + }, + formWithSingleInput: { + name: 'form-with-single-input' } - }, tasks: { processstring: 'inputtask',