Forum Discussion
Hi @pjanapati and welcome to the SnapLogic Community! 🙂
If the snaps that you are using does not support Pass Through, then you can add Copy Snap and a Gate Snap after the Salesforce Snap.
That way the Gate Snap will wait until it collects all of the documents, in this case until Salesforce Snap completes.
Afterwards just split the documents coming directly from the Copy Snap.
Skeleton Flow:
Sample Pipeline:
SL-Comm-Sequentially_2023_02_28.slp (8.8 KB)
Also, you can achieve the same with many different approaches like: pipeline nesting and pipeline execute, copy and join snap etc.
Let me know if this helps you.
BR,
Aleksandar.
- dmiller7 years agoFormer Employee
You could build a pipeline that uses the SnapLogic Delete Snap, then create a Triggered task to call it from a URL.
- eric_hansen_wor7 years agoNew Contributor
Using SnapLogic to manage SnapLogic assets is not an option for me.
The activity API has to arguments: filter_asset and filter_project but there’s no example usage in the document.
Which values are compatible with those filters?
- dmiller7 years agoFormer Employee
Per development:
filter_asset: filter activity by an asset’s label
filter_project: filter activity by project’s labelThere are some dependencies.
filter_ project also needs filter_project_space
filter_ asset needs filter_project_space and filter_ project- eric_hansen_wor7 years agoNew Contributor
Outstanding, thank you. I would love to see that included in the API documentation.
My solution will be to query the Activity API for activities in a project/Dir, and use the HTTP DELETE method for anything in the directory before deleting the directory itself.
It’s not ideal, but thankfully I was able to monitor the HTTP traffic in the Management UI and make the same kind of API calls to manage assets.
Thanks again.
- eric_hansen_wor7 years agoNew Contributor
I’m having trouble using the HTTP method for deleting ACCOUNT assets because the asset_id is used in the call.
That asset_id is only available in the SnapLogic List snap and not via the API.
Is there another API method or path I can use to delete account assets?
Related Content
- 3 years ago
- 3 years ago