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
4 replies
Subscribers
9 subscribers
Views
1984 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Capture XML and PDF
sarathbabus1
over 8 years ago
Hi,
i am having basic doubts, I am wokring on Case360 BPM, for this tool input will be XML and PDF or only XML and it will place in specific folder and then system will pick the xml and read the value from thexml and then store in process fields or Input from UI level
But in Appian, i know from User input form we can trigger the process instance
but in appian how we can capture the input which is coming as XML and PDF
can any one help me on that based on that i have to do some POC
OriginalPostID-265676
Discussion posts and replies are publicly visible
Parents
0
Puspendu Pal
over 8 years ago
Hello ,
There is basically two ways you would be able to do this kind of use cases:
1) Pull - You use a start even timer to wait for certain interval and query your data source/folder to look for new cases (XML and PDF) and do what ever is necessary in case new case exists.
2) Push - Expose an Appian process as web service and make the external system invoke your Appian process instance when a new case is created.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Puspendu Pal
over 8 years ago
Hello ,
There is basically two ways you would be able to do this kind of use cases:
1) Pull - You use a start even timer to wait for certain interval and query your data source/folder to look for new cases (XML and PDF) and do what ever is necessary in case new case exists.
2) Push - Expose an Appian process as web service and make the external system invoke your Appian process instance when a new case is created.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data