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.
We have a use case for a mobile offline application. I'm trying to build a simple app to test the functionality. Are there any other pointers beyond the design guidance in the documentation?
An example of the application process flow is as follows:
The documentation talks about offline actions and offline tasks. I would like to implement offline actions but I'm not seeing much detail on configuring them.
What would be really useful is a working example with a similar flow to what I've described. In that case, I could dissect to fit my use case. Also useful would be more pointed steps for implementing this functionality.
I'm aware of the following:
Discussion posts and replies are publicly visible
One helpful piece to remember is that functions such as a!documentDownloadLink() and a!processTaskLink() also need to be part of your a!localVariables() set and not used inline within SAIL components as is the normal design paradigm.