mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-7865] Added second process with displayable variables (#7713)
This commit is contained in:
@@ -171,7 +171,28 @@ export const ACTIVITI_CLOUD_APPS = {
|
||||
outputVariablesMapping: 'output-variables-mapping',
|
||||
outcomeVisibilityProcess: 'outcome-visib-process',
|
||||
restConnectorProcess: 'rest-connector-process',
|
||||
withDisplayedVariables: 'with-displayed-variables'
|
||||
withDisplayedVariables: 'with-displayed-variables',
|
||||
withDisplayedVariables2: 'with-displayed-variables-2'
|
||||
},
|
||||
processesData: {
|
||||
withDisplayedVariables: {
|
||||
variablesColumns: [
|
||||
{ name: 'Column A', value: 'Value A' },
|
||||
{ name: 'Column B', value: '123' },
|
||||
{ name: 'Column C', value: 'Nov 3, 2033' },
|
||||
{ name: 'Column D', value: 'Oct 16, 2024' },
|
||||
{ name: 'Column E', value: 'false' }
|
||||
]
|
||||
},
|
||||
withDisplayedVariables2: {
|
||||
variablesColumns: [
|
||||
{ name: 'Column A', value: 'Oct 26, 2023' },
|
||||
{ name: 'Column B', value: 'Mar 12, 2037' },
|
||||
{ name: 'Column C', value: 'true' },
|
||||
{ name: 'Column D', value: '456' },
|
||||
{ name: 'Column E', value: 'Value E' }
|
||||
]
|
||||
}
|
||||
},
|
||||
forms: {
|
||||
tabVisibilityFields: {
|
||||
@@ -385,18 +406,8 @@ export const ACTIVITI_CLOUD_APPS = {
|
||||
subprocessInterruptingTask: 'subprocess-task',
|
||||
finalTask: 'final-task',
|
||||
finalTaskUnited: 'finaltask',
|
||||
withDisplayedVariables: 'with-displayed-variables'
|
||||
},
|
||||
tasksData: {
|
||||
withDisplayedVariables: {
|
||||
variablesColumns: [
|
||||
{ name: 'Column A', value: 'Value A' },
|
||||
{ name: 'Column B', value: '123' },
|
||||
{ name: 'Column C', value: 'Nov 3, 2033' },
|
||||
{ name: 'Column D', value: 'Oct 16, 2024' },
|
||||
{ name: 'Column E', value: 'false' }
|
||||
]
|
||||
}
|
||||
withDisplayedVariables: 'with-displayed-variables',
|
||||
withDisplayedVariables2: 'with-displayed-variables-2'
|
||||
},
|
||||
security: [
|
||||
{
|
||||
|
Reference in New Issue
Block a user