Skip to content

Commit

Permalink
[AAE-18893] Update application by process sequentialusertask (#9160)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalFidor committed Dec 13, 2023
1 parent bed9e4b commit 6d41974
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified e2e/resources/activiti7/uat-be-default-app.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/cli/scripts/resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ export const ACTIVITI_CLOUD_APPS: any = {
},
security: [
{ role: 'ACTIVITI_ADMIN', groups: [], users: ['processadminuser', 'superadminuser'] },
{ role: 'ACTIVITI_USER', groups: [], users: ['hruser', 'salesuser'] }
{ role: 'ACTIVITI_USER', groups: [], users: ['hruser', 'salesuser', 'testadmin', 'testuser'] }
]
}
};
Expand Down

0 comments on commit 6d41974

Please sign in to comment.