The CreatorCon Call for Content is officially open! Get started here.

Customize Stage Renderer When Using Flow Designer

Jaeik Lee
Mega Sage

I make flow for RITM process. and i need to modify stage field in RITM.

JaeikLee_0-1693197282556.png

That is current stage. and i want to hide time(0 Seconds).

 

I know Stage customize work can if i used Workflow, But i can not change Flow to Workflow for some reason.

 

How can i do for that?

 

1 REPLY 1

Maik Skoddow
Tera Patron
Tera Patron

Hi @Jaeik Lee 

if you open the dictionary entry of the "Stage" column in the sc_req_item table you will find a Dictionary Attribute which references a Script Include that does the rendering:

MaikSkoddow_0-1693241689368.png

 

That Script Include "WorkflowIconsStages" is inherited from Script Includes which does the rendering at the end

And within its method you can find the portion that adds the duration values:

 

MaikSkoddow_1-1693241870442.png

 

You can decide whether you want to create a customized version of that script include and reference it in the Dictionary Attribute.

Maik