Process Models Flashcards

1
Q

What is a Process Model?

A

An Appian object used to create sequence of actions or activities that perform a business process in an application. Can execute business rules and smart services to capture and manipulate data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Activity Chaining

A

Used to connect activities for attended tasks. For example, returning a user to an interface after completing a start form or user input task.

Allows a user to perform attended tasks (interfaces) back-to-back without having to leave the flow. By default, there is an upper limit of 50 chained nodes between attended activities.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

MNI

A

Multiple Node Instance. Used to execute a process node multiple times. For example, reassigning a user input task node to a different user or user group.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Synchronous vs Asynchronous

A

Synchronous process models are executed sequentially and pause before the parent process completes.

Asynchronous process can execute when initiated and does not wait for the parent process to complete.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Activity Class Parameter

A

variables that can be used within a single node. Unlike process variables, activity class parameters cannot be passed to other nodes in a process model.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

a!startProcess vs a!startProcessLink

A

a!startProcess is only called in a saveInto parameter or WebAPI. Used for unattended activities to start a process when triggering an interface reevaluation.

a!startProcessLink is used to direct a user to a specific process relating to information on the interface. Begins at start form or first chained node.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly