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
+1
person also asked this
people also asked this
Replies
8 replies
Subscribers
8 subscribers
Views
4921 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Integrations
Parameters to Embedded SAIL
riccardob
Certified Lead Developer
over 8 years ago
Hi all,
Is there a way to pass certain parameters to an embedded SAIL form via JQuery (or JS in general)? Or any other way?
We're building a website which includes some embedded SAIL forms and we would like to pass, according to user's actions on the website, a value to the embedded Interface and see and work with that value within Appian.
Thanks,
Riccardo
OriginalPostID-244966
Discussion posts and replies are publicly visible
Parents
0
aloks0189
Certified Lead Developer
over 8 years ago
@jims419 If you use WEB API to send the data from external system then as per @riccardob requirement a Task won't be appeared to show SAIL From. As per my understanding there is no direct approach, but still there is a indirect approach, You can create a Process Model which will contain SAIL Forms as well as other Nodes as usual, and then you can expose your Process Model as a SOAP Service, as we know SOAP Exchange medium is XML, which is a common for any programming languages, so then consider invoking your SOAP Service along with required parameters (Provided in Process Model which was exposed as SOAP Service) from External Application, so a new Instance of your Process Model will be instantiated, but in this approach at each Service invoke a new Instance of your Process Model will be created. So we do not have any direct approach to send Data as Parameters to existing SAIL form.
So if creation of Task is not a concern then you can go for Exposing Your Process Model as service
I hope this will help you
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
aloks0189
Certified Lead Developer
over 8 years ago
@jims419 If you use WEB API to send the data from external system then as per @riccardob requirement a Task won't be appeared to show SAIL From. As per my understanding there is no direct approach, but still there is a indirect approach, You can create a Process Model which will contain SAIL Forms as well as other Nodes as usual, and then you can expose your Process Model as a SOAP Service, as we know SOAP Exchange medium is XML, which is a common for any programming languages, so then consider invoking your SOAP Service along with required parameters (Provided in Process Model which was exposed as SOAP Service) from External Application, so a new Instance of your Process Model will be instantiated, but in this approach at each Service invoke a new Instance of your Process Model will be created. So we do not have any direct approach to send Data as Parameters to existing SAIL form.
So if creation of Task is not a concern then you can go for Exposing Your Process Model as service
I hope this will help you
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data