Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| 73:admin_jobs [2019/03/25 19:44] – emr | 73:admin_jobs [2024/02/15 00:00] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| Some administrative jobs should be executed on a regular basis. For that purpose, administrative jobs like role assignments or data exports can be run automatically. | Some administrative jobs should be executed on a regular basis. For that purpose, administrative jobs like role assignments or data exports can be run automatically. | ||
| - | Administrators can upload scripts via the '' | + | Administrators can upload scripts via the '' |
| The existing Facade API can be used to navigate through the process content. For example, to assign a user named **'' | The existing Facade API can be used to navigate through the process content. For example, to assign a user named **'' | ||
| Line 18: | Line 18: | ||
| } | } | ||
| } | } | ||
| + | |||
| </ | </ | ||
| Sample scripts can be downloaded here: | Sample scripts can be downloaded here: | ||
| - | * [[:73:role_assignment|Role assignment]] via an Excel sheet that is managed as a file instance in a Stages process | + | * {{:73:userroleassignment.txt|Role assignment}} |
| - | * [[:73:data_export|Data export]] to an external SQL table | + | * {{:73:dataexport.txt|Data export}} |
| Please note, that these scripts are just samples and __need to be adjusted__ | Please note, that these scripts are just samples and __need to be adjusted__ | ||
| - | |||
| - | Future Stages versions will allow to also perform other administrative tasks. | ||