Hi everyone, I have a use case where I need to send files to external system for validation. I'm submitting the form which is chained to itself, so that files are persisted in the Appian file system and then I'm sending this to an external system. User gets to see the progress percentage.So the problem is when Appian is very very slow ( due to other colleagues playing around, Appian internal apis are taking some time to write it down. Any way I can check file exist in actual so that I can have some sort of delay retries?
Discussion posts and replies are publicly visible
Are you sure that this is the root cause? I am very sure that in Appian, process nodes are only completed after any activity is done. In 15 years, I never had such an issue.
Yeah I was calling the external system process through interface button, based on your input just added that in PM itself. Will update here when next time the env is slow.
I was calling the external system process through interface button
Pretty sure that was your issue.