Expand my Community achievements bar.

SOLVED

Workflow order in campaign box

Avatar

Level 1

Hello, does anybody know with with setting or table field the default order of the Workflows in the Campaign box is defined?

menno_aartsen_0-1747323580564.png

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

HI @menno_aartsen ,

By default it is arranged based on campaign workflow's creation date (Sort order - Older to Newest)

The first created workflow will be in top, and then followed by next created workflows. You can rearrange the workflow order.

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

HI @menno_aartsen ,

By default it is arranged based on campaign workflow's creation date (Sort order - Older to Newest)

The first created workflow will be in top, and then followed by next created workflows. You can rearrange the workflow order.

Avatar

Level 1

And as soon as you rearrange the workflows, Adobe must have saved this order somewhere. Because next time I open Adobe Campaign it shows me the new order. So Adobe mjust save this new order somewhere. But where can I find this? 

Avatar

Community Advisor

It is stored as XML. You can right click somewhere on the campaign  > Edit XML source > You can find the workflow element arranged in the same order.

ParthaSarathy_0-1747371083969.png

<operation _cs="Campaign Label (OP111)"   *********>

  <*********/>
  <*********/>
  <*********/>
  
  <workflow _cs="New workflow1 (WKF111)"  *********>
  <*********/>
  <*********/>
  </workflow> 
 
  <workflow _cs="New workflow2 (WKF222)"  *********>
  <*********/>
  <*********/>
  </workflow>  

</operation>