
DeeptiA.57892 (Customer) asked a question.
Delegated workflow form doesn't support
1>workflow failure notification on the admin console.
2>Delegated workflows do not allow attributes to be mandatory before executing them from the admin console.
Delegated workflow is used for performing operations line- creating users with custom attributes . there is no option to mark attributes in delegated workflow form to be mandatory to enforce end user to provide before executing the workflow. Secondly, if delegate workflow fails, the same is not notified within the admin console.

Hi @DeeptiA.57892 (Customer) , Thank you for reaching out to the Okta Community!
You can suggest this as a Feature Enhancement on the Okta Community page by going to the Community→ Ideas tab. Features suggested in our community are reviewed and can be voted and commented on by other members. High popularity will increase the likelihood of it being picked up by the Product Team and it being implemented.
More details here.
Regards.
--
Help others in the community by liking or hitting Select as Best if this response helped you.
Collect them all. Learn a new skill and earn a new Okta Learning badge.
@DeeptiA.57892 (Customer) -- As Mihai indicated this would be a feature request.
However, you can build your own input validation into the flow itself. For example if your input field requires an Okta User's ID you can confirm the first 3 characters are Zero Zero "u" and the length is 20 characters long in total by using regex (RUST). Position 0 = found, position -1 means not found
And you could do similar with email. For example if your email is first_last@yourdomain
Then if it is something other than a valid input you could just stop the process. For example:
And on the Admin UI the Admin user that ran the Delegated flow will receive: