group requests by console

This commit is contained in:
2026-08-31 14:39:55 +02:00
parent f191eed130
commit 1257d835d3
18 changed files with 2676 additions and 12 deletions
@@ -0,0 +1,223 @@
info:
name: Login - elixPro Studio
type: http
seq: 8
http:
method: POST
url: https://unipr.elixforms.it/eP/elixpro-studio/launch
body:
type: form-urlencoded
data:
- name: cod_utente
value: pierpaolo.mammi@unipr.it
- name: password
value: "!PwnedPM7smroFxile9?"
auth: inherit
runtime:
scripts:
- type: tests
code: |-
test("ISIPSESSION cookie found", function () {
const isipsessionCookie = bru.cookies.get("ISIPSESSION");
expect(isipsessionCookie).to.not.be.null;
expect(isipsessionCookie).to.not.be.empty;
});
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5
forwardAuthorizationHeader: false
examples:
- name: example
request:
url: https://unipr.elixforms.it/eP/elixpro-studio/launch
method: POST
body:
type: form-urlencoded
data:
- name: cod_utente
value: pierpaolo.mammi@unipr.it
- name: password
value: "!PwnedPM7smroFxile9?"
response:
status: 200
statusText: OK
headers:
- name: date
value: Mon, 31 Aug 2026 12:25:59 GMT
- name: server
value: "Payara Server 6.2025.1 #badassfish"
- name: content-security-policy
value: "default-src https: data: 'unsafe-inline' 'unsafe-eval'; img-src 'self' blob: data: https:;"
- name: content-type
value: text/html;charset=UTF-8
- name: x-frame-options
value: SAMEORIGIN
- name: vary
value: Accept-Encoding
- name: strict-transport-security
value: max-age=31536000; includeSubDomains
- name: x-xss-protection
value: "1"
- name: x-content-type-options
value: nosniff
- name: referrer-policy
value: unsafe-url
- name: content-length
value: "2062"
- name: keep-alive
value: timeout=10, max=500
- name: connection
value: Keep-Alive
body:
type: html
data: |-
<!DOCTYPE html>
<html lang="it" style="font-size:112.5%;">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>elixPro Studio</title>
<link rel="icon" type="image/svg+xml" href="/eP/elixpro-studio/assets/images/favicon.svg">
<link rel="icon" type="image/svg+xml" sizes="16x16" href="/eP/elixpro-studio/assets/images/favicon-16.svg">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;600;700&display=swap" crossorigin>
<link rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.3.0/dist/select2-bootstrap-5-theme.min.css">
<link rel="stylesheet" href="/eP/elixpro-studio/assets/css/layout.css?v=311">
</link>
<body class="bg-light elx-app" style="font-size:1rem;">
<div class="app-container">
<header class="app-header">
<div class="header-content">
<div class="header-left">
<button type="button" id="sidebarMobileToggle" class="btn btn-outline-light btn-sm d-md-none me-2" aria-label="Apri menu">
<i class="bi bi-list"></i>
</button>
<div class="logo-section" id="headerLogoLink" role="button" tabindex="0" title="Ultimi 200 log elixPro" aria-label="Apri log: ultimi 200 record elixPro">
<img src="/eP/elixpro-studio/assets/images/elixforms-logo.png?v=311" alt="elixForms" class="elixforms-brand-logo me-2">
<span class="brand-text">elixPro Studio</span>
</img>
</div>
<div class="header-right d-flex align-items-center gap-2">
<a href="/eP/elixpro-studio/assets/docs/manuale-utente.html" id="headerUserGuideLink" class="btn btn-sm border-0 bg-transparent text-white elx-header-efapps" target="_blank" rel="noopener noreferrer" title="Documentazione">
<i class="bi bi-book fs-5" aria-hidden="true"></i>
<span class="visually-hidden">Documentazione</span>
</a>
<a href="#" id="headerEfAppsLink" class="btn btn-sm border-0 bg-transparent text-white elx-header-efapps" role="button" title="eF Apps">
<i class="bi bi-grid-3x3-gap fs-5" aria-hidden="true"></i>
<span class="visually-hidden">eF Apps</span>
</a>
<div class="dropdown d-inline-block">
<button class="btn btn-outline-light btn-sm dropdown-toggle" type="button" id="profileMenuBtn" data-bs-toggle="dropdown" aria-expanded="false">
<i class="bi bi-person-circle me-1"></i>
<span id="profileDisplayName">pierpaolo.mammi@unipr.it</span>
</button>
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="profileMenuBtn" style="min-width: 280px;">
<li>
<a href="#" id="btnProfileMenu" class="dropdown-item" role="button"><i class="bi bi-person-vcard me-2"></i>Profilo utente</a>
</li>
<li>
<hr class="dropdown-divider"></hr>
<li>
<a href="#" id="btnLogoutMenu" class="dropdown-item text-danger" role="button"><i class="bi bi-box-arrow-right me-2"></i>Esci</a>
</li>
</li>
</ul>
</div>
</div>
</div>
<div class="app-main">
<aside id="sidebar" class="app-sidebar">
<div class="sidebar-panel-head">
<button type="button" id="sidebarToggle" class="sidebar-panel-toggle" title="Collassa/Espandi menu" aria-label="Collassa menu laterale">
<i class="bi bi-layout-sidebar-inset fs-5" id="sidebarToggleIcon" aria-hidden="true"></i>
</button>
</div>
<nav class="sidebar-nav">
<a class="nav-item nav-item--dashboard active" data-view="welcome" href="#">
<i class="bi bi-house-door"></i>
<span>Dashboard</span>
</a>
<div class="nav-separator">
<span class="nav-separator-text">elixPro</span>
</div>
<a class="nav-item" data-view="elixpro-procedimenti" href="#">
<i class="bi bi-diagram-3-fill"></i>
<span>Procedimenti</span>
</a>
<a class="nav-item" data-view="elixpro-elixlog" href="#">
<i class="bi bi-file-text"></i>
<span>Log</span>
</a>
</nav>
<footer class="app-footer app-footer--sidebar" role="contentinfo" style="text-align: center">
<span class="app-footer-build">1.0.1 - [build 311]</span>
</footer>
</aside>
<main class="app-content">
<div id="view-host"></div>
</main>
</div>
<div class="modal fade" id="profileModal" tabindex="-1" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<div class="modal-header bg-white border-bottom py-3">
<h5 class="modal-title"><i class="bi bi-person-vcard me-2"></i>Profilo utente</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<dl class="row mb-0">
<dt class="col-4">Piattaforma</dt>
<dd class="col-8" id="profileDialogPlatform">unipr.elixforms.it</dd>
<dt class="col-4">Utente</dt>
<dd class="col-8" id="profileDialogUsername">pierpaolo.mammi@unipr.it</dd>
<dt class="col-4">Nome</dt>
<dd class="col-8" id="profileDialogFullName">pierpaolo.mammi@unipr.it</dd>
<dt class="col-4">Email</dt>
<dd class="col-8" id="profileDialogEmail">-</dd>
<dt class="col-4">Gruppi</dt>
<dd class="col-8" id="profileDialogGroups">-</dd>
</dl>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Chiudi</button>
</div>
</div>
</div>
</div>
</div>
<script>window.ELIXPRO_APP_BASE='/eP/elixpro-studio';</script>
<script>window.BO02_APP_BASE=window.ELIXPRO_APP_BASE;</script>
<script>window.ELIXPRO_BUILD='311';</script>
<script>window.ELIXPRO_VERSION='1.0.1';</script>
<script>window.ELIXPRO_VERSION_BUILD_LABEL='1.0.1 - [build 311]';</script>
<script>window.ELIXPRO_PROCEDIMENTO_EDITOR_BASE='https://unipr.elixforms.it/eP/elixpro-editor/procedimento-x/editor?procedure-tag=';</script>
<script>window.ELIXPRO_EDITOR_BASE_CONFIGURED=true;</script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/js/select2.min.js"></script>
<script type="module" src="/eP/elixpro-studio/assets/js/app.js?v=311"></script>
</header>
</div>
</body>
</link>
</link>
</link>
</link>
</link>
</link>
</link>
</link>
</meta>
</meta>
</head>
</html>
@@ -0,0 +1,993 @@
info:
name: elixPro - Get module code
type: http
seq: 8
http:
method: GET
url: https://unipr.elixforms.it/eP/elixpro-editor/rest/workflow/:moduleTag/:state/epWorkflow
params:
- name: moduleTag
value: edilizia_rda_manutenzione_wf
type: path
- name: state
value: draft
type: path
description: draft | released
auth: inherit
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5
forwardAuthorizationHeader: false
examples:
- name: example
request:
url: https://unipr.elixforms.it/eP/elixpro-editor/rest/workflow/:moduleTag/:state/epWorkflow
method: GET
params:
- name: moduleTag
value: edilizia_rda_manutenzione_wf
type: path
- name: state
value: draft
type: path
description: draft | released
response:
status: 200
statusText: OK
headers:
- name: date
value: Mon, 31 Aug 2026 12:25:09 GMT
- name: server
value: "Payara Server 6.2025.1 #badassfish"
- name: content-security-policy
value: "default-src https: data: 'unsafe-inline' 'unsafe-eval'; img-src 'self' blob: data: https:;"
- name: content-type
value: application/json;charset=UTF-8
- name: x-frame-options
value: SAMEORIGIN
- name: strict-transport-security
value: max-age=31536000; includeSubDomains
- name: x-xss-protection
value: "1"
- name: x-content-type-options
value: nosniff
- name: referrer-policy
value: unsafe-url
- name: keep-alive
value: timeout=10, max=500
- name: connection
value: Keep-Alive
- name: transfer-encoding
value: chunked
body:
type: json
data: |-
{
"value": {
"code": "OK",
"complete": true,
"globalStatus": "OK",
"uuid": "d9fb568b-7d5c-4f85-b513-95047b04e6bd",
"version": "3.0.0",
"matchingEntities": {
"metadata": {
"editorVersion": "6.0.1",
"generatedAt": "2026-07-23T12:59:23.315Z",
"schemaVersion": "2.0.1"
},
"roles": [
{
"azioni": [
{
"listArray": [
{
"behaviourTag": "passaABasic",
"config": "",
"customerNotes": "",
"developerNotes": "",
"doNotMoveToList": "list_CONTAB_inCorso, list_ACQUISTI_inCorso, list_DIRIG_inCorso, list_TECNICO_inCorso",
"key": "azione_ACQUISTI_prendiInCarico",
"moveToList": "list_ACQUISTI_esecuzioneDetermina",
"notifica": "",
"status": "stato_ACQUISTI_inPreparazioneDetermina",
"title": "Prendi in carico",
"type": "button"
},
{
"behaviourTag": "passaABasic",
"config": "",
"customerNotes": "",
"developerNotes": "",
"doNotMoveToList": "list_ACQUISTI_inCorso, list_CONTAB_inCorso, list_TECNICO_inCorso",
"key": "azione_ACQUISTI_passaAGenerazioneDetermina",
"moveToList": "list_ACQUISTI_esecuzioneDetermina",
"notifica": "",
"status": "stato_ACQUISTI_inGenerazioneDetermina",
"title": "Passa a generazione Determina",
"type": "button"
},
{
"behaviourTag": "passaABasic",
"config": "",
"customerNotes": "",
"developerNotes": "",
"doNotMoveToList": "list_ACQUISTI_inCorso, list_TECNICO_inCorso, list_CONTAB_inCorso, list_DIRIG_inCorso",
"key": "azione_ACQUISTI_confermaEProtocolla",
"moveToList": "list_ACQUISTI_esecuzioneDetermina",
"notifica": "",
"status": "stato_ACQUISTI_inPredisposizioneDocumentazione",
"title": "Conferma e protocolla Determina",
"type": "button"
},
{
"behaviourTag": "passaABasic",
"config": "",
"customerNotes": "",
"developerNotes": "",
"doNotMoveToList": "list_CONTAB_inCorso, list_ACQUISTI_inCorso, list_DIRIG_inCorso",
"key": "azione_ACQUISTI_inviaAAetPerDocumentazioneFinale",
"moveToList": "list_TECNICO_documentazioneFinale, list_TECNICO_inCorso",
"notifica": "",
"status": "stato_TECNICO_inPreparazioneDocumentazioneScrittura",
"title": "Invia a Area Edilizia (IMPORTO < 150k)",
"type": "button"
},
{
"behaviourTag": "passaABasic",
"config": "",
"customerNotes": "",
"developerNotes": "",
"doNotMoveToList": "list_CONTAB_inCorso, list_ACQUISTI_inCorso, list_TECNICO_inCorso, list_DIRIG_inCorso",
"key": "azione_ACQUISTI_inviaAContabilita",
"moveToList": "list_CONTAB_inAttesaScritturaContabile",
"notifica": "",
"status": "stato_CONTAB_inScritturaContabile",
"title": "Invia a Contabilità (IMPORTO >= 150k)",
"type": "button"
}
],
"title": "PASSAGGIO DI STATO"
},
{
"listArray": [
{
"behaviourTag": "aggiungiSchedaAlFascicolo",
"config": "config = {}; config.selectedCategoryId = 22;",
"customerNotes": "",
"developerNotes": "",
"doNotMoveToList": "",
"key": "azione_ACQUISTI_aggiungiDatiACQ",
"moveToList": "",
"notifica": "config = {}; config.selectedCategoryId = 22;",
"status": "",
"title": "Aggiungi dati",
"type": "button"
},
{
"behaviourTag": "generaPdfDaTemplate",
"config": "",
"customerNotes": "",
"developerNotes": "",
"doNotMoveToList": "",
"key": "azione_ACQUISTI_generaPdfDetermina",
"moveToList": "",
"notifica": "",
"status": "",
"title": "Genera PDF Determina",
"type": "button"
},
{
"behaviourTag": "aggiungiSchedaAlFascicolo",
"config": "config = {}; config.selectedCategoryId = 25;",
"customerNotes": "",
"developerNotes": "",
"doNotMoveToList": "",
"key": "azione_ACQUISTI_predisponiDocumentazione",
"moveToList": "",
"notifica": "config = {}; config.selectedCategoryId = 25;",
"status": "",
"title": "Predisponi documentazione (IMPORTO >= 150k)",
"type": "button"
}
],
"title": "AZIONI"
}
],
"layout": {
"height": 637,
"left": 20,
"top": 20,
"width": 591
},
"liste": [
{
"listArray": [
{
"isDetailAllowed": "true",
"key": "list_ACQUISTI_inoltrate",
"title": "Inoltrate",
"type": "button"
},
{
"isDetailAllowed": "true",
"key": "list_ACQUISTI_esecuzioneDetermina",
"title": "Esecuzione Determina",
"type": "button"
}
],
"title": "Controllo richieste"
},
{
"listArray": [
{
"isDetailAllowed": "false",
"key": "list_ACQUISTI_inCorso",
"title": "In corso",
"type": "button"
}
],
"title": "Riepilogo pratiche"
}
],
"procedimentoTag": "edilizia_rda_manutenzione_wf",
"pulsantiAttivi": {
"stato_ACQUISTI_inPredisposizioneDocumentazione": {
"azione_ACQUISTI_inviaAContabilita": true,
"azione_ACQUISTI_predisponiDocumentazione": true,
"azione_ACQUISTI_inviaAAetPerDocumentazioneFinale": true
},
"stato_ACQUISTI_inPreparazioneDetermina": {
"azione_ACQUISTI_aggiungiDatiACQ": true,
"azione_ACQUISTI_passaAGenerazioneDetermina": true
},
"stato_ACQUISTI_inoltrata": {
"azione_ACQUISTI_prendiInCarico": true
},
"stato_ACQUISTI_inGenerazioneDetermina": {
"azione_ACQUISTI_generaPdfDetermina": true,
"azione_ACQUISTI_confermaEProtocolla": true
}
},
"ruolo": {
"colore": "#800080",
"descrizione": "RDA MANUT - U.O.T. Acquisti",
"key": "r_114",
"listaDefault": "Lista starter (da rinominare)",
"nome": "RDA MANUT - U.O.T. Acquisti"
},
"sezioni": {}
},
{
"azioni": [],
"layout": {
"height": 637,
"left": 631,
"top": 20,
"width": 591
},
"liste": [
{
"listArray": [
{
"isDetailAllowed": "false",
"key": "list_DIRIG_inCorso",
"title": "In corso",
"type": "button"
},
{
"isDetailAllowed": "false",
"key": "list_DIRIG_inviateATitulus",
"title": "Inviate a Titulus per firma",
"type": "button"
}
],
"title": "Riepilogo richieste"
}
],
"procedimentoTag": "edilizia_rda_manutenzione_wf",
"pulsantiAttivi": {
"stato_DIRIG_inFaseFirmaTitulus": {}
},
"ruolo": {
"colore": "#804002",
"descrizione": "RDA MANUT - Area Edilizia - Dirigente",
"key": "r_113",
"listaDefault": "Lista starter (da rinominare)",
"nome": "RDA MANUT - Area Edilizia - Dirigente"
},
"sezioni": {}
},
{
"azioni": [
{
"listArray": [
{
"behaviourTag": "passaABasic",
"config": "",
"customerNotes": "",
"developerNotes": "",
"doNotMoveToList": "list_CONTAB_inCorso, list_TECNICO_inCorso",
"key": "azione_TECNICO_prendiInCarico",
"moveToList": "list_TECNICO_documentazioneDaPreparare",
"notifica": "",
"status": "stato_TECNICO_inPreparazioneDocumentazioneDetermina",
"title": "Prendi in carico",
"type": "button"
},
{
"behaviourTag": "passaABasic",
"config": "",
"customerNotes": "",
"developerNotes": "",
"doNotMoveToList": "list_TECNICO_inCorso, list_TECNICO_documentazioneDaPreparare",
"key": "azione_TECNICO_passaAGenerazioneAll5",
"moveToList": "list_TECNICO_documentazioneDaPreparare",
"notifica": "",
"status": "stato_TECNICO_inGenerazioneAllegati",
"title": "Passa a generazione Allegato 5",
"type": "button"
},
{
"behaviourTag": "passaABasic",
"config": "",
"customerNotes": "",
"developerNotes": "",
"doNotMoveToList": "list_TECNICO_documentazioneDaPreparare, list_TECNICO_inCorso",
"key": "azione_TECNICO_passaAInserimentoAllegati",
"moveToList": "list_TECNICO_documentazioneDaPreparare",
"notifica": "",
"status": "stato_TECNICO_inInserimentoAllegatiDetermina",
"title": "Passa a inserimento allegati",
"type": "button"
},
{
"behaviourTag": "passaABasic",
"config": "",
"customerNotes": "",
"developerNotes": "",
"doNotMoveToList": "list_CONTAB_inCorso, list_TECNICO_inCorso",
"key": "azione_TECNICO_inviaAUotAcquisti",
"moveToList": "list_ACQUISTI_inoltrate, list_ACQUISTI_inCorso",
"notifica": "",
"status": "stato_ACQUISTI_inoltrata",
"title": "Conferma e invia a U.O.T. Acquisti",
"type": "button"
},
{
"behaviourTag": "passaABasic",
"config": "",
"customerNotes": "",
"developerNotes": "",
"doNotMoveToList": "list_TECNICO_inCorso, list_CONTAB_inCorso, list_ACQUISTI_inCorso, list_DIRIG_inCorso",
"key": "azione_TECNICO_passaAInserimentoAllegatiS",
"moveToList": "list_TECNICO_documentazioneFinale",
"notifica": "",
"status": "stato_TECNICO_inInserimentoAllegatiScrittura",
"title": "Passa a inserimento allegati S",
"type": "button"
},
{
"behaviourTag": "passaABasic",
"config": "",
"customerNotes": "",
"developerNotes": "",
"doNotMoveToList": "list_TECNICO_inCorso, list_ACQUISTI_inCorso, list_DIRIG_inCorso",
"key": "azione_TECNICO_inviaAUoContabilita",
"moveToList": "list_CONTAB_inAttesaScritturaContabile, list_CONTAB_inCorso",
"notifica": "",
"status": "stato_CONTAB_inScritturaContabile",
"title": "Conferma e invia a U.O. Contabilità",
"type": "button"
}
],
"title": "PASSAGGIO DI STATO"
},
{
"listArray": [
{
"behaviourTag": "aggiungiSchedaAlFascicolo",
"config": "config = {}; config.selectedCategoryId = 21;",
"customerNotes": "",
"developerNotes": "",
"doNotMoveToList": "",
"key": "azione_TECNICO_aggiungiDatiTAE",
"moveToList": "",
"notifica": "config = {}; config.selectedCategoryId = 21;",
"status": "",
"title": "Aggiungi dati TAE",
"type": "button"
},
{
"behaviourTag": "generaPdfDaTemplate",
"config": "",
"customerNotes": "",
"developerNotes": "",
"doNotMoveToList": "",
"key": "azione_TECNICO_generaAllegato5",
"moveToList": "",
"notifica": "",
"status": "",
"title": "Genera PDF Allegato 5",
"type": "button"
},
{
"behaviourTag": "aggiungiSchedaAlFascicolo",
"config": "config = {}; config.selectedCategoryId = 23;",
"customerNotes": "",
"developerNotes": "",
"doNotMoveToList": "",
"key": "azione_TECNICO_aggiungiAllegatiDetermina",
"moveToList": "",
"notifica": "config = {}; config.selectedCategoryId = 23;",
"status": "",
"title": "Aggiungi allegati Determina",
"type": "button"
},
{
"behaviourTag": "aggiungiSchedaAlFascicolo",
"config": "config = {}; config.selectedCategoryId = 24;",
"customerNotes": "",
"developerNotes": "",
"doNotMoveToList": "",
"key": "azione_TECNICO_aggiungiAllegatiScrittura",
"moveToList": "",
"notifica": "config = {}; config.selectedCategoryId = 24;",
"status": "",
"title": "Aggiungi allegati Scrittura",
"type": "button"
}
],
"title": "AZIONI"
}
],
"layout": {
"height": 637,
"left": 1242,
"top": 20,
"width": 591
},
"liste": [
{
"listArray": [
{
"isDetailAllowed": "true",
"key": "list_TECNICO_inoltrate",
"title": "Inoltrate",
"type": "button"
},
{
"isDetailAllowed": "true",
"key": "list_TECNICO_documentazioneDaPreparare",
"title": "Documentazione per Determina da preparare",
"type": "button"
},
{
"isDetailAllowed": "true",
"key": "list_TECNICO_documentazioneFinale",
"title": "Documentazione per scrittura da preparare",
"type": "button"
}
],
"title": "Controllo richieste"
},
{
"listArray": [
{
"isDetailAllowed": "false",
"key": "list_TECNICO_inCorso",
"title": "In corso",
"type": "button"
}
],
"title": "Riepilogo pratiche"
}
],
"procedimentoTag": "edilizia_rda_manutenzione_wf",
"pulsantiAttivi": {
"stato_TECNICO_inoltrata": {
"azione_TECNICO_prendiInCarico": true
},
"stato_TECNICO_inGenerazioneAllegati": {
"azione_TECNICO_passaAInserimentoAllegati": true,
"azione_TECNICO_generaAllegato5": true
},
"stato_TECNICO_inPreparazioneDocumentazioneScrittura": {
"azione_TECNICO_passaAInserimentoAllegatiS": true
},
"stato_TECNICO_inInserimentoAllegatiDetermina": {
"azione_TECNICO_inviaAUotAcquisti": true,
"azione_TECNICO_aggiungiAllegatiDetermina": true
},
"stato_TECNICO_inInserimentoAllegatiScrittura": {
"azione_TECNICO_inviaAUoContabilita": true,
"azione_TECNICO_aggiungiAllegatiScrittura": true
},
"stato_TECNICO_inPreparazioneDocumentazioneDetermina": {
"azione_TECNICO_passaAGenerazioneAll5": true,
"azione_TECNICO_aggiungiDatiTAE": true
}
},
"ruolo": {
"colore": "#808000",
"descrizione": "RDA MANUT - Area Edilizia - Ufficio Tecnico",
"key": "r_112",
"listaDefault": "Lista starter (da rinominare)",
"nome": "RDA MANUT - Area Edilizia - Ufficio Tecnico"
},
"sezioni": {}
},
{
"azioni": [
{
"listArray": [
{
"behaviourTag": "passaABasic",
"config": "",
"customerNotes": "",
"developerNotes": "",
"doNotMoveToList": "list_CONTAB_inCorso",
"key": "azione_CONTAB_prendiInCarico",
"moveToList": "list_CONTAB_inVerificaCopertura",
"notifica": "",
"status": "stato_CONTAB_inVerificaCopertura",
"title": "Prendi in carico",
"type": "button"
},
{
"behaviourTag": "passaABasic",
"config": "",
"customerNotes": "",
"developerNotes": "",
"doNotMoveToList": "",
"key": "azione_CONTAB_Respingi",
"moveToList": "list_CONTAB_respinte",
"notifica": "",
"status": "stato_CONTAB_respinta",
"title": "Respingi",
"type": "button"
}
],
"title": "PASSAGGIO DI STATO"
},
{
"listArray": [
{
"behaviourTag": "passaABasic",
"config": "",
"customerNotes": "",
"developerNotes": "",
"doNotMoveToList": "list_ACQUISTI_inCorso, list_DIRIG_inCorso, list_TECNICO_inCorso, list_CONTAB_inCorso",
"key": "azione_CONTAB_confermaCopertura",
"moveToList": "list_TECNICO_inoltrate, list_TECNICO_inCorso",
"notifica": "",
"status": "stato_TECNICO_inoltrata",
"title": "Conferma copertura economica",
"type": "button"
},
{
"behaviourTag": "passaABasic",
"config": "",
"customerNotes": "",
"developerNotes": "",
"doNotMoveToList": "",
"key": "azione_CONTAB_confermaScrittura",
"moveToList": "list_CONTAB_evase",
"notifica": "",
"status": "stato_CONTAB_evasa",
"title": "Conferma scrittura economica",
"type": "button"
}
],
"title": "AZIONI"
}
],
"layout": {
"height": 637,
"left": 20,
"top": 677,
"width": 591
},
"liste": [
{
"listArray": [
{
"isDetailAllowed": "true",
"key": "list_CONTAB_inoltrate",
"title": "Inoltrate",
"type": "button"
},
{
"isDetailAllowed": "true",
"key": "list_CONTAB_inVerificaCopertura",
"title": "Copertura da verificare",
"type": "button"
},
{
"isDetailAllowed": "true",
"key": "list_CONTAB_inAttesaScritturaContabile",
"title": "Scrittura contabile da eseguire",
"type": "button"
}
],
"title": "Controllo richieste"
},
{
"listArray": [
{
"isDetailAllowed": "false",
"key": "list_CONTAB_inCorso",
"title": "In corso",
"type": "button"
},
{
"isDetailAllowed": "false",
"key": "list_CONTAB_respinte",
"title": "Respinte",
"type": "button"
},
{
"isDetailAllowed": "false",
"key": "list_CONTAB_evase",
"title": "Evase",
"type": "button"
}
],
"title": "Riepilogo pratiche"
}
],
"procedimentoTag": "edilizia_rda_manutenzione_wf",
"pulsantiAttivi": {
"stato_CONTAB_respinta": {},
"stato_CONTAB_inoltrata": {
"azione_CONTAB_prendiInCarico": true
},
"stato_CONTAB_inScritturaContabile": {
"azione_CONTAB_confermaScrittura": true
},
"stato_CONTAB_inVerificaCopertura": {
"azione_CONTAB_confermaCopertura": true
},
"stato_CONTAB_evasa": {}
},
"ruolo": {
"colore": "#408000",
"descrizione": "RDA MANUT - Contabilita",
"key": "r_111",
"listaDefault": "Lista starter (da rinominare)",
"nome": "RDA MANUT - Contabilita"
},
"sezioni": {}
}
],
"workflowMapping": [
{
"actionKey": "azione_CONTAB_prendiInCarico",
"behaviour": "passaABasic",
"keepInLists": [
"list_CONTAB_inCorso"
],
"nextActions": [],
"targetLists": [
"list_CONTAB_inVerificaCopertura"
],
"targetState": "stato_CONTAB_inVerificaCopertura"
},
{
"actionKey": "azione_TECNICO_prendiInCarico",
"behaviour": "passaABasic",
"keepInLists": [
"list_CONTAB_inCorso",
"list_TECNICO_inCorso"
],
"nextActions": [],
"targetLists": [
"list_TECNICO_documentazioneDaPreparare"
],
"targetState": "stato_TECNICO_inPreparazioneDocumentazioneDetermina"
},
{
"actionKey": "azione_TECNICO_aggiungiDatiTAE",
"behaviour": "aggiungiSchedaAlFascicolo",
"keepInLists": [],
"nextActions": [],
"targetLists": [],
"targetState": ""
},
{
"actionKey": "azione_TECNICO_passaAGenerazioneAll5",
"behaviour": "generaPdfDaTemplate",
"keepInLists": [],
"nextActions": [],
"targetLists": [
"list_TECNICO_documentazioneDaPreparare"
],
"targetState": "stato_TECNICO_inGenerazioneAllegati"
},
{
"actionKey": "azione_TECNICO_generaAllegato5",
"behaviour": "generaPdfDaTemplate",
"keepInLists": [],
"nextActions": [],
"targetLists": [],
"targetState": ""
},
{
"actionKey": "azione_TECNICO_passaAInserimentoAllegati",
"behaviour": "passaABasic",
"keepInLists": [],
"nextActions": [],
"targetLists": [
"list_TECNICO_documentazioneDaPreparare"
],
"targetState": "stato_TECNICO_inInserimentoAllegatiDetermina"
},
{
"actionKey": "azione_ACQUISTI_prendiInCarico",
"behaviour": "generaPdfDaTemplate",
"keepInLists": [
"list_CONTAB_inCorso",
"list_ACQUISTI_inCorso",
"list_DIRIG_inCorso",
"list_TECNICO_inCorso"
],
"nextActions": [],
"targetLists": [
"list_ACQUISTI_esecuzioneDetermina"
],
"targetState": "stato_ACQUISTI_inPreparazioneDetermina"
},
{
"actionKey": "azione_ACQUISTI_aggiungiDatiACQ",
"behaviour": "aggiungiSchedaAlFascicolo",
"keepInLists": [],
"nextActions": [],
"targetLists": [],
"targetState": ""
},
{
"actionKey": "azione_ACQUISTI_generaPdfDetermina",
"behaviour": "generaPdfDaTemplate",
"keepInLists": [],
"nextActions": [],
"targetLists": [],
"targetState": ""
},
{
"actionKey": "azione_ACQUISTI_confermaEProtocolla",
"behaviour": "passaABasic",
"keepInLists": [
"list_ACQUISTI_inCorso",
"list_TECNICO_inCorso",
"list_CONTAB_inCorso",
"list_DIRIG_inCorso"
],
"nextActions": [],
"targetLists": [
"list_ACQUISTI_esecuzioneDetermina"
],
"targetState": "stato_ACQUISTI_inPredisposizioneDocumentazione"
},
{
"actionKey": "azione_ACQUISTI_inviaAAetPerDocumentazioneFinale",
"behaviour": "aggiungiSchedaAlFascicolo",
"keepInLists": [
"list_CONTAB_inCorso",
"list_ACQUISTI_inCorso",
"list_DIRIG_inCorso"
],
"nextActions": [],
"targetLists": [
"list_TECNICO_documentazioneFinale",
"list_TECNICO_inCorso"
],
"targetState": "stato_TECNICO_inPreparazioneDocumentazioneScrittura"
},
{
"actionKey": "azione_ACQUISTI_predisponiDocumentazione",
"behaviour": "aggiungiSchedaAlFascicolo",
"keepInLists": [],
"nextActions": [],
"targetLists": [],
"targetState": ""
},
{
"actionKey": "azione_ACQUISTI_inviaAContabilita",
"behaviour": "aggiungiSchedaAlFascicolo",
"keepInLists": [
"list_CONTAB_inCorso",
"list_ACQUISTI_inCorso",
"list_TECNICO_inCorso",
"list_DIRIG_inCorso"
],
"nextActions": [],
"targetLists": [
"list_CONTAB_inAttesaScritturaContabile"
],
"targetState": "stato_CONTAB_inScritturaContabile"
},
{
"actionKey": "azione_CONTAB_confermaCopertura",
"behaviour": "passaABasic",
"keepInLists": [
"list_ACQUISTI_inCorso",
"list_DIRIG_inCorso",
"list_TECNICO_inCorso",
"list_CONTAB_inCorso"
],
"nextActions": [],
"targetLists": [
"list_TECNICO_inoltrate",
"list_TECNICO_inCorso"
],
"targetState": "stato_TECNICO_inoltrata"
},
{
"actionKey": "azione_CONTAB_confermaScrittura",
"behaviour": "passaABasic",
"keepInLists": [],
"nextActions": [],
"targetLists": [
"list_CONTAB_evase"
],
"targetState": "stato_CONTAB_evasa"
},
{
"actionKey": "azione_CONTAB_Respingi",
"behaviour": "passaABasic",
"keepInLists": [],
"nextActions": [],
"targetLists": [
"list_CONTAB_respinte"
],
"targetState": "stato_CONTAB_respinta"
},
{
"actionKey": "azione_TECNICO_inviaAUotAcquisti",
"behaviour": "passaABasic",
"keepInLists": [
"list_CONTAB_inCorso",
"list_TECNICO_inCorso"
],
"nextActions": [],
"targetLists": [
"list_ACQUISTI_inoltrate",
"list_ACQUISTI_inCorso"
],
"targetState": "stato_ACQUISTI_inoltrata"
},
{
"actionKey": "azione_ACQUISTI_passaAGenerazioneDetermina",
"behaviour": "passaABasic",
"keepInLists": [
"list_ACQUISTI_inCorso",
"list_CONTAB_inCorso",
"list_TECNICO_inCorso"
],
"nextActions": [],
"targetLists": [
"list_ACQUISTI_esecuzioneDetermina"
],
"targetState": "stato_ACQUISTI_inGenerazioneDetermina"
},
{
"actionKey": "azione_TECNICO_aggiungiAllegatiDetermina",
"behaviour": "aggiungiSchedaAlFascicolo",
"keepInLists": [],
"nextActions": [],
"targetLists": [],
"targetState": ""
},
{
"actionKey": "azione_TECNICO_aggiungiAllegatiScrittura",
"behaviour": "aggiungiSchedaAlFascicolo",
"keepInLists": [],
"nextActions": [],
"targetLists": [],
"targetState": ""
},
{
"actionKey": "azione_TECNICO_passaAInserimentoAllegatiS",
"behaviour": "passaABasic",
"keepInLists": [
"list_TECNICO_inCorso",
"list_CONTAB_inCorso",
"list_ACQUISTI_inCorso",
"list_DIRIG_inCorso"
],
"nextActions": [],
"targetLists": [
"list_TECNICO_documentazioneFinale"
],
"targetState": "stato_TECNICO_inInserimentoAllegatiScrittura"
},
{
"actionKey": "azione_TECNICO_inviaAUoContabilita",
"behaviour": "passaABasic",
"keepInLists": [
"list_TECNICO_inCorso",
"list_ACQUISTI_inCorso",
"list_DIRIG_inCorso"
],
"nextActions": [],
"targetLists": [
"list_CONTAB_inAttesaScritturaContabile",
"list_CONTAB_inCorso"
],
"targetState": "stato_CONTAB_inScritturaContabile"
}
],
"workflowStateNames": {
"stato_TECNICO_inGenerazioneAllegati": {
"title": "In generazione allegati",
"value": "stato_TECNICO_inGenerazioneAllegati"
},
"stato_CONTAB_respinta": {
"title": "Respinta",
"value": "stato_CONTAB_respinta"
},
"stato_CONTAB_inoltrata": {
"title": "Inoltrata",
"value": "stato_CONTAB_inoltrata"
},
"stato_CONTAB_inScritturaContabile": {
"title": "In esecuzione scrittura contabile",
"value": "stato_CONTAB_inScritturaContabile"
},
"stato_TECNICO_inPreparazioneDocumentazioneDetermina": {
"title": "In preparazione documentazione",
"value": "stato_TECNICO_inPreparazioneDocumentazioneDetermina"
},
"stato_CONTAB_inVerificaCopertura": {
"title": "In verifica copertura economica",
"value": "stato_CONTAB_inVerificaCopertura"
},
"stato_ACQUISTI_inoltrata": {
"title": "Inoltrata",
"value": "stato_ACQUISTI_inoltrata"
},
"stato_ACQUISTI_inGenerazioneDetermina": {
"title": "In generazione Determina",
"value": "stato_ACQUISTI_inGenerazioneDetermina"
},
"stato_TECNICO_inoltrata": {
"title": "Inoltrata",
"value": "stato_TECNICO_inoltrata"
},
"stato_TECNICO_inPreparazioneDocumentazioneScrittura": {
"title": "In preparazione documentazione S",
"value": "stato_TECNICO_inPreparazioneDocumentazioneScrittura"
},
"stato_ACQUISTI_inPredisposizioneDocumentazione": {
"title": "In predisposizione documentazione",
"value": "stato_ACQUISTI_inPredisposizioneDocumentazione"
},
"stato_TECNICO_inInserimentoAllegatiDetermina": {
"title": "In inserimento allegati",
"value": "stato_TECNICO_inInserimentoAllegatiDetermina"
},
"stato_TECNICO_inInserimentoAllegatiScrittura": {
"title": "In inserimento allegati S",
"value": "stato_TECNICO_inInserimentoAllegatiScrittura"
},
"stato_ACQUISTI_inPreparazioneDetermina": {
"title": "In preparazione determina",
"value": "stato_ACQUISTI_inPreparazioneDetermina"
},
"stato_DIRIG_inFaseFirmaTitulus": {
"title": "In fase di firma Titutlus",
"value": "stato_DIRIG_inFaseFirmaTitulus"
},
"stato_CONTAB_evasa": {
"title": "Evasa",
"value": "stato_CONTAB_evasa"
}
}
},
"matchingEntitiesSize": 1
}
}
@@ -0,0 +1,354 @@
info:
name: elixPro - Get modules list
type: http
seq: 8
http:
method: GET
url: https://unipr.elixforms.it/eP/elixpro-studio/api/elixpro/procedimenti
auth: inherit
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5
forwardAuthorizationHeader: false
examples:
- name: example
request:
url: https://unipr.elixforms.it/eP/elixpro-studio/api/elixpro/procedimenti
method: GET
response:
status: 200
statusText: OK
headers:
- name: date
value: Mon, 31 Aug 2026 12:30:54 GMT
- name: server
value: "Payara Server 6.2025.1 #badassfish"
- name: content-security-policy
value: "default-src https: data: 'unsafe-inline' 'unsafe-eval'; img-src 'self' blob: data: https:;"
- name: content-type
value: application/json;charset=UTF-8
- name: content-length
value: "4521"
- name: x-frame-options
value: SAMEORIGIN
- name: strict-transport-security
value: max-age=31536000; includeSubDomains
- name: x-xss-protection
value: "1"
- name: x-content-type-options
value: nosniff
- name: referrer-policy
value: unsafe-url
- name: keep-alive
value: timeout=10, max=500
- name: connection
value: Keep-Alive
body:
type: json
data: |-
{
"ok": true,
"data": [
{
"id_object": 34108,
"procedimento_tag": "formazione_elixpro_studio",
"titolo": "Formazione elixPro Studio",
"attivo": true,
"last_update_ts": "2026-07-07T09:11:14.371528Z",
"moduli": [
{
"tag_modulo": "RequestForm_FORM_05",
"gruppi_accesso_ids": [
104
],
"gruppi_accesso": [
{
"id": 104,
"name": "Operatore di test"
}
],
"gruppi_accesso_raw": "104"
}
]
},
{
"id_object": 17145,
"procedimento_tag": "procedimento_liqc",
"titolo": "Liquidazione compensi in conto terzi",
"attivo": true,
"last_update_ts": "2025-11-10T09:45:38.046463Z",
"moduli": [
{
"tag_modulo": "RequestForm_RIPARTIZIONE_CCT_DOCENTE",
"gruppi_accesso_ids": [
55,
56,
57,
58,
59,
60,
61,
62,
63,
64,
65,
66,
67,
68,
69,
70,
71,
72,
73,
74,
75,
76,
77,
78,
79,
80,
81,
82
],
"gruppi_accesso": [
{
"id": 55,
"name": "Procedimento LIQC - Dip. Discipl. Umanistiche, Sociali e Imprese Cult."
},
{
"id": 56,
"name": "Procedimento LIQC - Dip. Giurisprudenza, Studi Politici e Internazionali"
},
{
"id": 57,
"name": "Procedimento LIQC - Dip. Ingegneria e Architettura"
},
{
"id": 58,
"name": "Procedimento LIQC - Dip. Medicina e Chirurgia"
},
{
"id": 59,
"name": "Procedimento LIQC - Dip. Sc. Chimiche, Vita e Sostenibilita' Ambientale"
},
{
"id": 60,
"name": "Procedimento LIQC - Dip. Scienze Economiche e Aziendali"
},
{
"id": 61,
"name": "Procedimento LIQC - Dip. Scienze Matematiche, Fisiche e Informatiche"
},
{
"id": 62,
"name": "Procedimento LIQC - Dip. Scienze Medico-Veterinarie"
},
{
"id": 63,
"name": "Procedimento LIQC - Dip. Scienze degli Alimenti e del Farmaco"
},
{
"id": 64,
"name": "Procedimento LIQC - Dip. Ingegneria Sist. e Tec. DISTI"
},
{
"id": 65,
"name": "Procedimento LIQC - Centri di Marina Cassano"
},
{
"id": 66,
"name": "Procedimento LIQC - CSAC"
},
{
"id": 67,
"name": "Procedimento LIQC - Centro Accoglienza e Inclusione (C.A.I)"
},
{
"id": 68,
"name": "Procedimento LIQC - Centro Linguistico di Ateneo (C.L.A.)"
},
{
"id": 69,
"name": "Procedimento LIQC - Centro Studi Catulliani - C.S.C."
},
{
"id": 70,
"name": "Procedimento LIQC - Centro Servizi E- Learning"
},
{
"id": 71,
"name": "Procedimento LIQC - Centro Serv. per Salute, Igiene Sicurezza lavoro"
},
{
"id": 72,
"name": "Procedimento LIQC - CENTROACQUE.EU"
},
{
"id": 73,
"name": "Procedimento LIQC - CERIT"
},
{
"id": 74,
"name": "Procedimento LIQC - CAPAS"
},
{
"id": 75,
"name": "Procedimento LIQC - UNIPR-CO LAB"
},
{
"id": 76,
"name": "Procedimento LIQC - CeRS"
},
{
"id": 77,
"name": "Procedimento LIQC - Centro Universitario di Odontoiatria"
},
{
"id": 78,
"name": "Procedimento LIQC - MILC"
},
{
"id": 79,
"name": "Procedimento LIQC - DISS"
},
{
"id": 80,
"name": "Procedimento LIQC - SEM"
},
{
"id": 81,
"name": "Procedimento LIQC - CeFID"
},
{
"id": 82,
"name": "Procedimento LIQC - Dip. Test"
}
],
"gruppi_accesso_raw": "55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82"
}
]
},
{
"id_object": 34093,
"procedimento_tag": "test_01",
"titolo": "Procedimento test",
"attivo": true,
"last_update_ts": "2026-07-07T08:07:08.199161Z",
"moduli": [
{
"tag_modulo": "RequestForm_FORM_03",
"gruppi_accesso_ids": [
103
],
"gruppi_accesso": [
{
"id": 103,
"name": "Test 01"
}
],
"gruppi_accesso_raw": "103"
},
{
"tag_modulo": "RequestForm_FORM_04",
"gruppi_accesso_ids": [
103
],
"gruppi_accesso": [
{
"id": 103,
"name": "Test 01"
}
],
"gruppi_accesso_raw": "103"
}
]
},
{
"id_object": 35281,
"procedimento_tag": "edilizia_rda_manutenzione_wf",
"titolo": "RIchiesta di Acquisto per Manutenzione",
"attivo": true,
"last_update_ts": "2026-07-23T12:38:06.015558Z",
"moduli": [
{
"tag_modulo": "RequestForm_EDILIZIA_RDA_MANUTENZIONE",
"gruppi_accesso_ids": [
113,
112,
111,
114
],
"gruppi_accesso": [
{
"id": 113,
"name": "RDA MANUT - Area Edilizia - Dirigente"
},
{
"id": 112,
"name": "RDA MANUT - Area Edilizia - Ufficio Tecnico"
},
{
"id": 111,
"name": "RDA MANUT - Contabilita"
},
{
"id": 114,
"name": "RDA MANUT - U.O.T. Acquisti"
}
],
"gruppi_accesso_raw": "113,112,111,114"
}
]
},
{
"id_object": 34334,
"procedimento_tag": "gestione_siti_web_nuovo_wf",
"titolo": "Richiesta di fornitura nuovo sottodominio ed eventuale sito web tematico",
"attivo": true,
"last_update_ts": "2026-07-08T14:01:32.961486Z",
"moduli": [
{
"tag_modulo": "RequestForm_GESTIONE_SITI_WEB_NUOVO",
"gruppi_accesso_ids": [
108,
106,
107
],
"gruppi_accesso": [
{
"id": 108,
"name": "Gestione Siti Web - Autorizzatore"
},
{
"id": 106,
"name": "Gestione Siti Web - U.O. Comunicazione"
},
{
"id": 107,
"name": "Gestione Siti Web - U.O. Sistemi Tecnologici e Infrastruttura"
}
],
"gruppi_accesso_raw": "108,106,107"
}
]
},
{
"id_object": 34498,
"procedimento_tag": "test_todelete",
"titolo": "ToDelete",
"attivo": true,
"last_update_ts": "2026-07-13T09:09:03.817427Z",
"moduli": []
}
],
"meta": {
"id_index_procedimento": 625,
"id_index_modulo": 630,
"query_family": "xmlindex.i_sidx_<id_schema WF_PROCEDIMENTO> (+ moduli su i_sidx_<id_schema WF_MODULO>)"
}
}
@@ -0,0 +1,7 @@
info:
name: elixPro Studio
type: folder
seq: 4
request:
auth: inherit