Re: What is RunSubflow,RemoveFromFlow?

Anonymous
Not applicable

What is RunSubflow,RemoveFromFlow?

What is RunSubflow, RemoveFromFlow?
How to create activity for these?
Tags (1)
5 REPLIES 5
Anonymous
Not applicable

Re: What is RunSubflow,RemoveFromFlow?

Remove from flow is an action that will remove a lead from the flow of a given campaign:
http://community.marketo.com/MarketoArticle?id=kA050000000LAAwCAO

Where do you see Run sub flow?



Anonymous
Not applicable

Re: What is RunSubflow,RemoveFromFlow?

Hi Cathal ,

Thanks for your reply.
I am trying to create all activity types, getting from below WSDL link, in Marketo UI.
http://app.marketo.com/soap/mktows/2_1?WSDL


We are extracting data from UI through API calls.
I have to test that what are the data available in UI for these activities, should be match data we are getting from API call.

In response from WSDL I am getting on Run sub flow as an activity, I have tried to create as mentioned in link, but in result i am not getting that as Activity type like SendEmail.


Can you please help me out.
Anonymous
Not applicable

Re: What is RunSubflow,RemoveFromFlow?

I agree with Cathal, RemoveFromFlow "will remove a lead from the flow of a given campaign".

You mentioned you are extracting data through SOAP API. RemoveFromFlow is not a good fit for that purpose.

getLeadActivity would be more appropriate.

Anonymous
Not applicable

Re: What is RunSubflow,RemoveFromFlow?

I am extracting data through SOAP API, but i want to check that data extraced is correct or not.
So I am trying to generate same in UI so that i can match the result.
Anonymous
Not applicable

Re: What is RunSubflow,RemoveFromFlow?

I am afraid RemoveFromFlow is out of context for data extraction through SOAP API. 
 
getLeadActivity will return the same data the UI will display on Lead's Activity Log.

You need to be aware of returned remainingCount. Values greater than zero mean you need to read the next batch based on the offset defined in the XML call.