Call a process model using a button, is it possible?

a!richTextDisplayField(
value: {
a!richTextItem(
text: "Create New Ticket",
link: a!startProcessLink(
label: "Create New Ticket",
processModel: cons!PM_TESTPTS, <-- Able to call process model
bannerMessage: "Updated details for "
),
style: "STRONG",
color: "POSITIVE"
)
}
)

I think its impossible in appian to call process model ? but still there can be way

  Discussion posts and replies are publicly visible

Parents Reply Children