Hey everyone,
I’m Senior Head of an IT-Department and a junior hobby UIPath Developer, so a more than basic understanding of what I’m doing should be there But i never was e “real dev” - only managed them with a broad consciousness .
I’m on my first ever self-build process. A Process for my trainees.
They should be able to call in sick via Runtime and report back to work when they return.
What works:
- The process is only displayed to the trainees.
- The process can be started, the data is entered, an e-mail is sent to me and others with the sick note.
- The “report healthy again” task is created in the task list.
- This can also be executed and an e-mail is sent to everyone again.
I am faced with the problem that the process should be started by everyone with the role “IT trainee”, but from the start, only the person who has reported sick should be able to execute the “report healthy again” task.
How can I link all further steps from the start of the process to the user who initiated it?
I’ve searched through the Q&A but every “userId” or binding or whatever Entry … i don’t get it.
This is the very short and simple process:
And I Cant upload more than one picture as new user, so here are links…
data model:
contract of the pool:
Question:
how can I bind (any) task after initialisation to the person, who have startet a new instance of the process?
Thank you!