mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
AAE-22407 Update simpleapp process var (#9659)
This commit is contained in:
Binary file not shown.
@@ -21,8 +21,7 @@
|
|||||||
export const ACTIVITI_CLOUD_APPS = {
|
export const ACTIVITI_CLOUD_APPS = {
|
||||||
CANDIDATE_BASE_APP: {
|
CANDIDATE_BASE_APP: {
|
||||||
name: 'candidatebaseapp',
|
name: 'candidatebaseapp',
|
||||||
file_location:
|
file_location: 'https://github.com/Alfresco/alfresco-ng2-components/blob/develop/e2e/resources/activiti7/candidatebaseapp.zip?raw=true',
|
||||||
'https://github.com/Alfresco/alfresco-ng2-components/blob/develop/e2e/resources/activiti7/candidatebaseapp.zip?raw=true',
|
|
||||||
processes: {
|
processes: {
|
||||||
candidateUserProcess: 'candidateuserprocess',
|
candidateUserProcess: 'candidateuserprocess',
|
||||||
candidateGroupProcess: 'candidategroupprocess',
|
candidateGroupProcess: 'candidategroupprocess',
|
||||||
@@ -96,8 +95,7 @@ export const ACTIVITI_CLOUD_APPS = {
|
|||||||
},
|
},
|
||||||
SIMPLE_APP: {
|
SIMPLE_APP: {
|
||||||
name: 'simpleapp',
|
name: 'simpleapp',
|
||||||
file_location:
|
file_location: 'https://github.com/Alfresco/alfresco-ng2-components/blob/develop/e2e/resources/activiti7/simpleapp.zip?raw=true',
|
||||||
'https://github.com/Alfresco/alfresco-ng2-components/blob/develop/e2e/resources/activiti7/simpleapp.zip?raw=true',
|
|
||||||
processes: {
|
processes: {
|
||||||
processwithvariables: 'processwithvariables',
|
processwithvariables: 'processwithvariables',
|
||||||
simpleProcess: 'simpleprocess',
|
simpleProcess: 'simpleprocess',
|
||||||
@@ -147,10 +145,8 @@ export const ACTIVITI_CLOUD_APPS = {
|
|||||||
poolNonIntBoundaryCatch: 'pool-nonint-boundary-catch',
|
poolNonIntBoundaryCatch: 'pool-nonint-boundary-catch',
|
||||||
poolIntermediateMessageThrow: 'pool-interm-message-throw',
|
poolIntermediateMessageThrow: 'pool-interm-message-throw',
|
||||||
poolIntermediateMessageCatch: 'pool-interm-message-catch',
|
poolIntermediateMessageCatch: 'pool-interm-message-catch',
|
||||||
poolInterruptingBoundarySubprocessThrow:
|
poolInterruptingBoundarySubprocessThrow: 'pool-int-bound-subpr-throw',
|
||||||
'pool-int-bound-subpr-throw',
|
poolInterruptingBoundarySubprocessCatch: 'pool-int-bound-subpr-catch',
|
||||||
poolInterruptingBoundarySubprocessCatch:
|
|
||||||
'pool-int-bound-subpr-catch',
|
|
||||||
poolInterruptingBoundaryThrow: 'pool-int-boundary-throw',
|
poolInterruptingBoundaryThrow: 'pool-int-boundary-throw',
|
||||||
poolInterruptingBoundaryCatch: 'pool-int-boundary-catch',
|
poolInterruptingBoundaryCatch: 'pool-int-boundary-catch',
|
||||||
attachFilesProcess: 'attach-files-process',
|
attachFilesProcess: 'attach-files-process',
|
||||||
@@ -178,8 +174,8 @@ export const ACTIVITI_CLOUD_APPS = {
|
|||||||
processesData: {
|
processesData: {
|
||||||
withDisplayedVariables: {
|
withDisplayedVariables: {
|
||||||
variablesColumns: [
|
variablesColumns: [
|
||||||
{ name: 'Column A', value: 'Value A' },
|
{ name: 'Column. A', value: 'Value A' },
|
||||||
{ name: 'Column B', value: '123' },
|
{ name: 'Column B !@#$%^&*()_', value: '123' },
|
||||||
{ name: 'Column C', value: 'Nov 3, 2033' },
|
{ name: 'Column C', value: 'Nov 3, 2033' },
|
||||||
{ name: 'Column D', value: 'Oct 16, 2024' },
|
{ name: 'Column D', value: 'Oct 16, 2024' },
|
||||||
{ name: 'Column E', value: 'false' }
|
{ name: 'Column E', value: 'false' }
|
||||||
@@ -187,8 +183,8 @@ export const ACTIVITI_CLOUD_APPS = {
|
|||||||
},
|
},
|
||||||
withDisplayedVariables2: {
|
withDisplayedVariables2: {
|
||||||
variablesColumns: [
|
variablesColumns: [
|
||||||
{ name: 'Column A', value: 'Oct 26, 2023' },
|
{ name: 'Column. A', value: 'Oct 26, 2023' },
|
||||||
{ name: 'Column B', value: 'Mar 12, 2037' },
|
{ name: 'Column B !@#$%^&*()_', value: 'Mar 12, 2037' },
|
||||||
{ name: 'Column C', value: 'true' },
|
{ name: 'Column C', value: 'true' },
|
||||||
{ name: 'Column D', value: '456' },
|
{ name: 'Column D', value: '456' },
|
||||||
{ name: 'Column E', value: 'Value E' }
|
{ name: 'Column E', value: 'Value E' }
|
||||||
@@ -279,8 +275,7 @@ export const ACTIVITI_CLOUD_APPS = {
|
|||||||
uploadSingleMultiple: {
|
uploadSingleMultiple: {
|
||||||
name: 'upload-single-multiple',
|
name: 'upload-single-multiple',
|
||||||
widgets: {
|
widgets: {
|
||||||
contentMultipleAttachFileId:
|
contentMultipleAttachFileId: 'UploadMultipleFileFromContentId',
|
||||||
'UploadMultipleFileFromContentId',
|
|
||||||
contentSingleAttachFileId: 'UploadSingleFileFromContentId'
|
contentSingleAttachFileId: 'UploadSingleFileFromContentId'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -436,8 +431,7 @@ export const ACTIVITI_CLOUD_APPS = {
|
|||||||
},
|
},
|
||||||
SUB_PROCESS_APP: {
|
SUB_PROCESS_APP: {
|
||||||
name: 'subprocessapp',
|
name: 'subprocessapp',
|
||||||
file_location:
|
file_location: 'https://github.com/Alfresco/alfresco-ng2-components/blob/develop/e2e/resources/activiti7/subprocessapp.zip?raw=true',
|
||||||
'https://github.com/Alfresco/alfresco-ng2-components/blob/develop/e2e/resources/activiti7/subprocessapp.zip?raw=true',
|
|
||||||
processes: {
|
processes: {
|
||||||
processchild: 'processchild',
|
processchild: 'processchild',
|
||||||
processparent: 'processparent'
|
processparent: 'processparent'
|
||||||
|
Reference in New Issue
Block a user