How to iniciate process model to go external and then back?

Hi,

i have a created process model but i don't know how to start my process in way like this:

when i start process (appiancloud.com/suite/designer ->processes) i have a reflection in tempo in tasks and see task with name of certain step that i used in created process model but...
how to start process by go to external website (to fill some fields like basic client data etc.) and then back to appian to further steps in this process model?

Can i write an expression in process start form (in start node) for example:

a!linkField(
label: "Article Request",
links: a!safeLink(
label: "Article Request",
uri: "http://SomeWebsiteWhereWeCanAddClientOrSomething"
)
)

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to ravalik
    Are you asking if you can use a 3rd party website to start an Appian process? I think you can with a message listener class. If you could figure out how to get the 3rd party website to send an email to Appian, your process start node can be configured to start upon receiving a message. Search for Receive Message Event in Documentation if that's what you're trying to do.
Children
No Data