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

nigeld92054100
nigeld92054100
Offline

Badges

Badges
8

Accepted Solutions

Accepted Solutions
2

Likes Received

Likes Received
3

Posts & Comments

Posts & Comments
7

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by nigeld92054100
Customize the badges you want to showcase on your profile
Re: Using CreateWorkflowFromModelId through SOAP API - Adobe Campaign 07-10-2019
I have solved this using the CreateInstanceFromModel method on xtk:queryDef. Here is the sample XML I used to create a workflow from a template, and then associate ("patch") the workflow to a campaign object: XXXXXXXXXXXXXXXXXXX xtk:workflow 1234

Views

1.7K

Likes

0

Replies

0
Re: Using CreateWorkflowFromModelId through SOAP API - Adobe Campaign 04-10-2019
Thanks, but I'm not sure I follow You had to manually update the workflow template with the campaign id? And then when you executed the CreateWorkflowFromModelId method it automatically assigned a new workflow to that specific campaign?I could not replicate this behavior. Also, I want to be able to create a new workflow from a template for any campaign, not one specifically assigned to a campaign object.Do you know of any other way to create workflows from a template and assign to any campaign? ...

Views

1.2K

Likes

0

Replies

0
Re: Using CreateWorkflowFromModelId through SOAP API - Adobe Campaign 04-10-2019
Thanks for the reply. I have tried the xtk:workflow Spawn method, however whilst this creates a new workflow from a template, it also starts the workflow. I could set the workflow template up to have a disabled start activity, and this does work, however it also creates workflow logs which seems to be a bit of a hack.Ideally, I want to replicate the functionality of the console, where a new workflow can be automatically associated to a campaign:

Views

1.2K

Likes

0

Replies

0
Using CreateWorkflowFromModelId through SOAP API - Adobe Campaign 04-10-2019
Does anyone have any experience using CreateWorkflowFromModelId method on the nms:operation schema?I've tried to call it using a valid workflow template, but every time it returns "0" for the plWorkflowId, and there is no workflow object being created. I use SOAPUI to make the call using the nms:operation schema WSDL.I've also tried adding an operationPlanning element in , but this also returns the same result.Request XML: XXXXXXXXXXXXXXXXXXX 1234 Response XML: 0

Views

3.3K

Like

1

Replies

5
Trigger supplierMgt workflow after a delivery has executed - Adobe Campaign 20-06-2019
I want to use the standard "Delivery" activity to extract a direct mail file (as opposed to using the "Direct Mail" activity), and after the activity has completed it needs to run the Jobs on service providers (supplierMgt) workflow if a Service Provider has been attached to the DM delivery template.I've looked at the Scheduler javascript activity in the supplierMgt workflow and I can see that I need to ensure the delivery.state needs to be either "Ready to be delivered" or "Finished", and the d...

Views

748

Likes

0

Replies

0
Re: Service provider / Service / Job / Post-processing configuration - Adobe Campaign 18-06-2019
I found the answer through an Adobe Campaign support consultant.You need to ensure the supplierMgt workflow is running in order for any post-processing workflow template to spawn & execute from a delivery.You should normally find this workflow in Administration > Production > Technical workflows > Campaign process.

Views

893

Like

1

Replies

0
Service provider / Service / Job / Post-processing configuration - Adobe Campaign 18-06-2019
Hello,I am trying to apply a post processing workflow template to a delivery template using the Service Provider functionality.However, when I execute the delivery in a campaign workflow, there is no workflow object created using the template despite the delivery executing correctly.I have checked the documentation but there doesn't seem to be much on this topic.Does anyone know how the functionality should work?Many thanks,Nigel

Views

973

Like

1

Replies

1
Likes from