Son las includes del código escrito para este proyecto de workflow

Variables de sesión que se utiliza:
-	$_SESSION['iduser'] = Id del Usuario || User Id
-	$_SESSION['id_group'] = 1º Group of User
-	$_SESSION['login']= Login
-	$_SESSION['email']= Email
-	$_SESSION['username'] = Name and Surname
-	$_SESSION['config'] = Variables of Config
-	$_SESSION['Header'] = Header with procedure name


-	$_SESSION['iduser_assigned'] = Usuario asignado para trabajar en el Expediente || User assigned to work in the Expedient
-	$_SESSION['idProcess'] = Id de la Clave del Procedimiento || id key of Process
-	$_SESSION['TitleProcess'] = Título del Procedimiento || Title of Process
-	$_SESSION['CodeProcess']  = Código de la Clave del Expediente || Code of key of Expedient
-	$_SESSION['CanDoAddExpt'] = valor 1/0. Si el usuario puede dar alta || If the user can create Expedient
-	$_SESSION['UrlAdd'] = URL del formulario de Alta || URL Form create Expedient
-	$_SESSION['CanDoEditExpt'] = valor 1/0. Si el usuario puede Editar ||  If the user can edit Expedient
-	$_SESSION['UrlEdit'] = URL del formulario de Edición || URL Form edit Expedient
-	$_SESSION['CanDoViewExpt'] = valor 1/0. Si el usuario puede Visualizar ||  If the user can view Expedient
-	$_SESSION['UrlView'] = URL del formulario de Visualización || URL Form view Expedient
-	$_SESSION['superCodeStatus'] = Clave para la traducción de Estados || Key to the translation of Status
-	$_SESSION['superCodeProceeding'] = Clave para la traducción de Trámites || Key to the translation of Proceeding
-	$_SESSION['superCodeUtility'] = Clave para la traducción de Utilidades || Key to the translation of Utility
-	$_SESSION['idExpedient'] = Id del caso de expediente seleccionado || Id of the selected case Expedient
-	$_SESSION['NumberExpedient'] = Número de expediente seleccionado || Expedient Number Selected
-	$_SESSION['idStatus'] = Id del estado del expediente seleccionado || Status ID of the selected Expedient
-	$_SESSION['CodeTask'] = Id’s de trámites que se pueden realizar || Id’s task that can be done
-	$_SESSION['CodeUtil']= Id’s de utilidades que se pueden realizar || IDs of tools/Utilitys that can be done
-	$_SESSION['FollowingStates'] = Id’s de estados a transitar según trámite || Id’s states to transit according to task
- 	$_SESSION['idProceeding'] = Id del trámite que se está ejecutando || Id internal of of task/proceeding working
-	$_SESSION['codeProceeding'] = Número de código del tramite || Key number of task/proceeding
-	$_SESSION['idUtility'] = Id de la utilidad que se está ejecutando || Id of the tools that is running
-	$_SESSION['utility'] = Titulo de la utilidad que se está ejecutando || Title of the tool that is running
-	$_SESSION['UrlUtility'] = URL de la utilidad que se está ejecutando || URL of the tool that is running
-	$_SESSION['CodeDocument'] = Código del Documento || Code Document
-	$_SESSION['language'] = 'English' Idioma del interfaz || Interface language

Function de "general_functions.php":

- ControlAccesExpt()
- ControlAccess()
- LoadUtilityList()
- LoadTaskList()
- InsertLogTask($values, $oldvalues)
- InsertLogUtil($values, $oldvalues)
- FollowingStates($CodeProceeding)
- GiveExpedientNumber()
- GiveDocumentNumber()
- formatDate()

Recuperar una variable de Config:

- $setlocale_LC_TIME = $_SESSION['config'][array_search('setlocale_LC_TIME', array_column($_SESSION['config'], 'name'))][value];