From dc2060fe49089a92a459d28bd02845cd6f1cdc59 Mon Sep 17 00:00:00 2001 From: Roxana Diacenco Date: Thu, 18 Jun 2020 19:56:57 +0300 Subject: [PATCH] Add attach file forms and processes to resources file (#5793) --- .../resources/resources.ts | 31 +++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/lib/testing/src/lib/process-services-cloud/resources/resources.ts b/lib/testing/src/lib/process-services-cloud/resources/resources.ts index f4dc0fe731..198f4b6a42 100644 --- a/lib/testing/src/lib/process-services-cloud/resources/resources.ts +++ b/lib/testing/src/lib/process-services-cloud/resources/resources.ts @@ -113,7 +113,11 @@ 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', + attachFilesProcess: 'attach-files-process', + attachFileVisible: 'attach-file-visible', + attachFileInvisible: 'attach-file-invisible', + attachLocalFile: 'attach-local-file' }, forms: { tabVisibilityFields: { @@ -172,8 +176,31 @@ export const ACTIVITI_CLOUD_APPS: any = { }, poolForm: { name: 'pool-usertaskform' + }, + attachFilesForm: { + name: 'attach-files', + /* cSpell:disable */ + attachFileWidget1: 'Attachfile09lgsk', + attachFileWidget2: 'Attachfile0wopvy' + }, + attachFileVisible: { + name: 'attach-file-visible', + textField: 'Text0t9anw', + attachFileWidget1: 'Attachfile0tccnd', + attachFileWidget2: 'Attachfile08cfo7' + }, + attachFileInvisible: { + name: 'attach-file-invisible', + textField: 'Text0nmwr7', + attachFileWidget1: 'Attachfile0l72dj', + attachFileWidget2: 'Attachfile0lccsg' + }, + attachLocalFile: { + name: 'attach-local-file', + attachFileWidget1: 'Attachfile0ku0bu', + attachFileWidget2: 'Attachfile04mfeb' + /* cSpell:enable */ } - }, tasks: { processstring: 'inputtask',