Skip to main content
ramia1343
July 3, 2022
Question

UserInputTask Between Interfaces

  • July 3, 2022
  • 2 replies
  • 0 views

Hi, I have multiple interfaces and I switch between them user the user input task activity by selecting the interface name and data that i want to pass. The problem is when i move to another interface, the data will not pass until i click a submit button or do any action! For example, I fill info in Interface1 and click a card with link to move me to interface2. In interface2, The data from interface1 will not load until I click on a button with submit! Can I pass the data with me without doing any action?

2 replies

stefanhelzle0001
Brainy
July 3, 2022

A user input task will only progress on submit. But, depending on your use case, why not just implement a wizard style interface?

docs.appian.com/.../recipe-build-a-wizard-in-sail.html

ramia1343
ramia1343Author
July 3, 2022

Thank you for your Response, I will check it, it looks like a valid solution for such a problem. Thx Stefan!