We are currently performing maintenance on Appian Community. As a result, discussions posts and replies are temporarily unavailable. We appreciate your patience.

Display Interface only on button click from parent interface

Certified Senior Developer

Hi,

I have a interface from where i want to invoke process model having user input interface. I have used start process it invoked the process model but showing stuck in node having interface configured and noting is displayed in parent interface also.

However same process model is configured in Record action of record type design objects , it's working fine.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to mukeshr4928

    How did you do that? Using a recordActionField?

    a!startProcess initiates a process asynchronously in the background and you will not see any change in the UI. Any user input task inside this model will then be assigned to a user. That user then get a notification email.

    To forward the user into an interface inside that process, use a!startProcessLink. In that case, you will either see the start form of that process, or any interface assigned to the first user input task if you enabled chaining.

Children
No Data