Hello,
I want to implement an Add Validation Task. This task is fired before the provisioning is started. Thats exactly what I need. But I found no documentation about it. What I have done until now:
1) Added the validation Task to the repository
2) created the Task which at the moment just logs the entrytype and I tried to set the approval on "dicline"
What is happening until now:
1) A pending value is generated, which has the action ADD-Validation, which is fine.
2) nothing 😉 the function uIS_SetApproval only works in Approval tasks.
The only think I found in the documentation about the validation tasks is that nothing has to be returned. Just true or false should be delivered. But how? Do I have to set it at a context variable? If so, which one? Do I have to call a function? Which one?
Anyone who can help me here?
BR,
Christoph