Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
9 replies
Subscribers
7 subscribers
Views
3416 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Integrations
Hi all, I would like to ask you a question on the cmis integration: May I please
sikhivahans
over 9 years ago
Hi all, I would like to ask you a question on the cmis integration: May I please know if we can copy more than one document to cmis in one shot using connector functions?
Just to make a note, I am aware of the cmis connector functions at
forum.appian.com/.../Connector_Functions.html
(a!cmiCopyDocumentFromAppian() in particular which has the ability to copy only one appian document to cmis system) and wanted to know if I am missing some thing among these or apart from these.
Thanks in advance.
OriginalPostID-174791
OriginalPostID-174791
Discussion posts and replies are publicly visible
Parents
0
rawich
over 9 years ago
If you can use looping function with a!save, that would actually address your need. But a!save does not support partial function evaluation, which is required when using with looping function such as apply().
So, you can upload more than one file, if you know at design time, how many files you're going to upload :)
I actually gave up on these cmi Connector functions, because there is nothing we can do to detect an error condition, if the file didn't get uploaded.
Even if you create a custom Writer function, the best you can do is to get an error reported to end-users, no option to gracefully handle exceptions. So I chose to create Smart Service plug-in instead.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
rawich
over 9 years ago
If you can use looping function with a!save, that would actually address your need. But a!save does not support partial function evaluation, which is required when using with looping function such as apply().
So, you can upload more than one file, if you know at design time, how many files you're going to upload :)
I actually gave up on these cmi Connector functions, because there is nothing we can do to detect an error condition, if the file didn't get uploaded.
Even if you create a custom Writer function, the best you can do is to get an error reported to end-users, no option to gracefully handle exceptions. So I chose to create Smart Service plug-in instead.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data