Forum Discussion
it seems Snaplogic take in javascript as {}
So if I create an object var obj= and append this obj to a json, it shows {} instead of .
- SpiroTaleski3 years agoValued Contributor
It just bring to my mind now.
Actually you can invoke a pipeline that is on different project using Pipeline Execute Snap.
You will need to explicitly specify the location of the pipeline:
BR,
Spiro Taleski - SpiroTaleski3 years agoValued Contributor
Try this path in Pipeline Execute Snap: Organization/Projects/Folder2/Starting pipeline name
where you should replace:
- Organization with your actual Organization name
- Project with your actual Project Space Name
- Folder2 with your actual Project Name
- Starting pipeline name with your actual pipeline name.
BR,
Spiro Taleski - SpiroTaleski3 years agoValued Contributor
You cannot access/invoke one pipeline from a different location than a pipeline belongs to(using Pipeline Execute Snap). In order to be able to do that, the caller/parent Pipeline and child one needs to be in the same project, or the child to be in the shared folder of that given Project space.
Another option to invoke pipelines from anywhere is, if the pipeline that you want to be invoked to be exposed as an API(using Triggered or Ultra tasks).
BR,
Spiro Taleski - SpiroTaleski3 years agoValued Contributor
as mentioned below. folder1 has 10 pipleines folder2 has 10 pipelines. . trying to connect Folder1 end pipeline to folder 2 starting pipeline. under projects all other folders are at same level.
–>Projects
----->Shared
----->Folder1
------>Folder2
------>Folder3I think it’s working. initially i typed the path manually and the resulted in error.
thanks again.
- bojanvelevski3 years agoValued Contributor
HI @Varun,
I’m glad that your issue has been sorted out. Kindly reminder to mark @Spiro_Taleski’s reply as a solution so all future members that will face the same issue can easily find the answer without going through the whole post.
Regards,
Bojan
Related Content
- 10 months ago
- 4 months ago
- 4 months ago