Creating Custom fields in the Queue Columns

Hello Team,

I have a use case where I need an extra column in the Queue Data.
for Example- ProcessingException->Reason.

Like wise, I have to create another field known as ProcessException->Reason1,
ProcessException->Reason2 and so on?

Is there any way we can create that?

Thank you.

Hi @Hosalkar_Shreyansh
welcome here in the forum

would this help you: In transaction item.specific content - #2 by sb001

You can save many values in your queue item with that.

Hi @yrobert ,

Actually I want to create custom fields inside Processing Exception.
Like, There are already few system variables like ProcessingException.Reason, ProcessingException.message,etc.
So I want to create another field like ProcessingException.[CustomFields].
So is there any way we can create those.

Thanks

these fields are Properties from classes / DataTransferObjects (dto definitions) which are not extensible out-of-box without touching their internal definitions. Also the Ui (e.g. Orchestrator) is aligned on this.

have a look at the data property of an exception, for setting additonal markers

grafik
grafik