Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

Access current delivery id from the workflow.

Avatar

Level 1

I am using a delivery in a workflow. Post the delivery has completed I require the delivery id of the delivery and store it in a custom schema. Is it possible to obtain the delivery id, once the delivery has been completed, in the current workflow. 

Topics

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

1 Accepted Solution

Avatar

Correct answer by
Level 6

Hi,

You can use vars.deliveryId in a JS activity right after a delivery.

To debug workflow variables:

  1. Activate workflow menu "Display the tasks and the log"
  2. Select the JS paused activity
  3. "Details" button
  4. "Variables" tab
  5. Find all the current variables, available with vars.XXX

20200921-111641-screenshot-3.jpg

 

Best

Florian

 

PS: source and details in this blog post.

View solution in original post

5 Replies

Avatar

Level 2

By default, the report shows all offers in all deliveries across all platforms. to narrow the data set, select your delivery from the delivery field or filter the report data by the start and the end dates. Refresh the report to see the most recent data through the applied filters.

Avatar

Community Advisor

Yes, add a transition from your delivery and then you can get it in the output transition using an enrichment or a js activity.

Thanks,

David



David Kangni

Avatar

Community Advisor

Hi,

 

If this is something you're doing on many deliveries, you may be better served using a post-processing workflow, service provider workflow template, or offline workflow to record the ID's.

 

Thanks,

-Jon

Avatar

Administrator

Hi @amrutac89145301,

Were you able to resolve this query with any of the given solution? Please let us know.

Thanks!



Sukrity Wadhwa

Avatar

Correct answer by
Level 6

Hi,

You can use vars.deliveryId in a JS activity right after a delivery.

To debug workflow variables:

  1. Activate workflow menu "Display the tasks and the log"
  2. Select the JS paused activity
  3. "Details" button
  4. "Variables" tab
  5. Find all the current variables, available with vars.XXX

20200921-111641-screenshot-3.jpg

 

Best

Florian

 

PS: source and details in this blog post.