Initialer Upload
This commit is contained in:
24
Kleeberg/ERwflProcessConstants.groovy
Normal file
24
Kleeberg/ERwflProcessConstants.groovy
Normal file
@@ -0,0 +1,24 @@
|
||||
public class ERwflProcessConstants{
|
||||
|
||||
// Base-Uri without trailing "/"
|
||||
static final String gBaseUri = "https://d3one.kleeberg.kleeberg.de";
|
||||
|
||||
// API-Key of a user with the right to start a process. It is recommended to use a user without d.3 document permissions
|
||||
static final String gApiKey = "BkelbC0cc2uf1PZ4Aftzvtw/tQKsUR7AGbj0/IrTDl/wIu34gyX4LWWU4NUkTDYEWF9uOfpxTIwn48fke1xzs8jJ5/dXf5ABBWRhuff/Z3U=&_z_A0V5ayCSDIwDiNS1nL5awyU2f_-oPqbOvu-W7spr3dMu6-RJODofIJ5nAN5pPh6GH3hdFbitxB2cXYhhUspF1O2Bu33Qq";
|
||||
|
||||
// Process ID
|
||||
static final String gProzessId = "Eingangsrechnungsworkflow";
|
||||
|
||||
// Repository ID
|
||||
static final String gRepoId = "7b813cf7-9909-54ba-a333-f62d302fdfdc";
|
||||
|
||||
// Dokumenttype used within the Hook-Definition
|
||||
static final String gDocType = "DEREC"
|
||||
|
||||
// Assignee group for first Task
|
||||
//static final String gBuchhaltung = "identity://" + "/identityprovider/scim/groups/dd1cbb6d-8603-4ffd-a666-f0d61c9502df"; //ID ist von der Gruppe D3T_BUHA
|
||||
static final String gBuchhaltung = "identity://" + "/identityprovider/scim/groups/7a37a8d3-45ff-46fa-9b3a-451681f7ac95"; //ID ist von der Gruppe D3T_BUHA_ER (Laut Fehlerliste soll hier eine Umstellung auf die Gruppe D3T_BUHA_ER umgestellt werden)
|
||||
|
||||
// Subject first Task
|
||||
static final String gSubject = "Eingangsrechnungsworkflow initial zur weiteren Bearbeitung prüfen";
|
||||
}
|
||||
Reference in New Issue
Block a user