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',