Expandir la barra de logros de la comunidad.

Submissions are now open for the 2026 Adobe Experience Maker Awards
RESUELTAS

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

 

Temas

Los temas ayudan a categorizar el contenido de la comunidad e incrementan la posibilidad de encontrar contenido relevante.

1 solución aceptada

Avatar

Respuesta correcta de
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.

Ver la solución en mensaje original publicado

3 Respuestas

Avatar

Respuesta correcta de
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>