Appian Community and Appian Academy are being upgraded. From July 24–August 3, the Appian Community will be in read-only mode. During this time, the site will be read-only and user registration will be disabled. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!
The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.
Hi All,
I am creating a WEB API which will in turn trigger a process model.
Now this is been executed, it contains 2 data store entities which gets updated.
now In order to send the response back to the External system My main intention is to send the
variables which are updated while executing the process model into the response of the WEB API back,
Is this possible,
PS: My thought on this is .... this works on asynchronously where it just starts the process. but doesnt care if the process fails or not.
Please suggest
TIA :)
Harsha
Discussion posts and replies are publicly visible
Using activity chaining in process and on success field of start process function, you can do this there will be no problem in future.