Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

davidjgomez
davidjgomez
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
3

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by davidjgomez
Customize the badges you want to showcase on your profile
Re: Using Recurring Delivery Activity inside a Subworkflow - Adobe Campaign 02-10-2020
Hi @Sukrity_Wadhwa and @Jonathon_wodnicki, what I did was to create the subworkflows as template workflows. To avoid issues with recurring deliveries, I created them in a different workflow inside a campaign (since those are not possible to create outside one) and copied them into the subworkflows

Views

546

Likes

0

Replies

0
Using Recurring Delivery Activity inside a Subworkflow - Adobe Campaign 16-09-2020
Hello, Is it possible to use a Recurring Delivery activity inside a subworkflow? I currently have a Recurring Delivery activity inside one, but if I try to run the main Workflow, an error is triggered: "Cannot start a new analysis of the delivery since current state ('Finished') does not allow it.". However, if I use the same activity in a normal workflow, it works as expected. Thanks, David

Views

618

Likes

0

Replies

3
How to create and remove a temporary schema in Campaign - Adobe Campaign 27-12-2019
Hello! We have a requirement to create a temporary schema (maybe through a Javascript activity in the Workflow), use it and at the end of the execution remove this schema since it is only used there. I have this script:var res = xtk.queryDef.create( ).ExecuteQuery(); for each(var result in res) { xtk.session.Write(); } So I want to use this "TempMarkets" in the following activities and then remove it. This is to pass some information that is going to be completed in some other activities ...

Views

2.5K

Likes

0

Replies

3