Hello everybody,
I read some posts on this topic, but I didn't find the solution.
I presume I made a mistake in the past but I fixed it and it doest work.
SO summary
I have a worker (Lucy P.) who submitted timesheet.
Worker's position is : P1.1.0.1.3
In the position's detail this position reports to position P1.1.0.1. This position is dedicated to worker Colleen S.
This worker (Colleen S.) is related to a user (userid is colleen.)
User is enabled... but in the past I updated with sql request the field enable with value 0.
with enable value 0 I dot this message in the workflow
"01/06/2021 11:14:37:
Stopped (error): X++ Exception: User colleen. not found.
at SysWorkflowDocument-assert
SysWorkflowDocument-assertPermission
SysWorkflowWorkItem-create
SysWorkflowWorkItem-createWorkItems
SysWorkflow-save
SysWorkflowQueue-resume"
I updated the field (sql) - I can't do it in the form because I have an error message (The Active Directory user or group does not exist. Contact your network administrator.)
then I resumed the workflow but I still have the message
01/06/2021 14:20:39:
Stopped (error): X++ Exception: User colleen. not found.
at SysWorkflowDocument-assert
SysWorkflowDocument-assertPermission
SysWorkflowWorkItem-create
SysWorkflowWorkItem-createWorkItems
SysWorkflow-save
SysWorkflowQueue-resume
Do you have any idea ?