Skip to main content
Answer

exclude User from workflow "DeleteClientAuthorization"

  • August 4, 2025
  • 4 replies
  • 85 views

Forum|alt.badge.img+1

 

I need a user who should delete clients without permission. Can I exclude him somehow in the workflow?

Best answer by Pasqual Döhring

Hi.

 

In 11.32 you were able to allow users/group to run the multi person authorization workflows without confirmation. I am not sure if that was possible for single workflows but you could set it on the master workflow “GetAndProcessAuthorization” in the configuration:

 

 

To get that behaviour back, you need a hidden additional setting in your environment:

Name: showUsers

Category: CommServDB.Console

Type: Boolean

Value: True

 

Best regards,

Pasqual

4 replies

Forum|alt.badge.img+2
  • Vaulter
  • August 4, 2025

Hello Perabo,

 

I believe if you add any user or user group who can authenticate the request that user will be able to delete the client without any authentication but still this needs to be tested 

 

 

 


Forum|alt.badge.img+1
  • Author
  • Bit
  • August 4, 2025

Hi orophile,

thanks for the fast reply. I tested this option but adding a user or group deciedes only who can authorice deleting a client.

 

Regards,

Daniel

 


Pasqual Döhring
Byte
Forum|alt.badge.img+5

Hi.

 

In 11.32 you were able to allow users/group to run the multi person authorization workflows without confirmation. I am not sure if that was possible for single workflows but you could set it on the master workflow “GetAndProcessAuthorization” in the configuration:

 

 

To get that behaviour back, you need a hidden additional setting in your environment:

Name: showUsers

Category: CommServDB.Console

Type: Boolean

Value: True

 

Best regards,

Pasqual


Forum|alt.badge.img+1
  • Author
  • Bit
  • August 5, 2025

Hi Pasqual,

thanks this works perfect.

 

Regards,

Daniel