From 7b823834bc0b94105c23084a7670bf8c9459822c Mon Sep 17 00:00:00 2001 From: Alexandra Abrudan <55090252+AleAb25@users.noreply.github.com> Date: Mon, 18 May 2020 15:35:20 +0100 Subject: [PATCH] updated resources file with the new added processes & form (#5711) --- .../resources/resources.ts | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) 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 3568f971a7..f4dc0fe731 100644 --- a/lib/testing/src/lib/process-services-cloud/resources/resources.ts +++ b/lib/testing/src/lib/process-services-cloud/resources/resources.ts @@ -101,7 +101,19 @@ export const ACTIVITI_CLOUD_APPS: any = { numbervisibilityprocess: 'numbervisibilityprocess', processformoutcome: 'outcomebuttons', uploadSingleMultipleFiles: 'upload-single-multiple-pro', - processDisplayRestJson: 'process-display-rest-json' + processDisplayRestJson: 'process-display-rest-json', + poolStartEndMessageThrow: 'pool-start-end-mess-throw', + poolStartEndMessageCatch: 'pool-start-end-mess-catch', + poolProcessCalled: 'pool-process-called', + poolProcessCalling: 'pool-process-calling', + poolNonIntBoundaryThrown: 'pool-nonint-boundary-throw', + poolNonIntBoundaryCatch: 'pool-nonint-boundary-catch', + poolIntermediateMessageThrow: 'pool-interm-message-throw', + poolIntermediateMessageCatch: 'pool-interm-message-catch', + poolInterruptingBoundarySubprocessThrow: 'pool-int-bound-subpr-throw', + poolInterruptingBoundarySubprocessCatch: 'pool-int-bound-subpr-catch', + poolInterruptingBoundaryThrow: 'pool-int-boundary-throw', + poolInterruptingBoundaryCatch: 'pool-int-boundary-catch' }, forms: { tabVisibilityFields: { @@ -157,6 +169,9 @@ export const ACTIVITI_CLOUD_APPS: any = { }, formWithAllWidgets: { name: 'form-with-all-widgets' + }, + poolForm: { + name: 'pool-usertaskform' } },