BProcessStepType

Description

The BProcessStepType enumeration contains process step types.

It is used by the following properties and methods:

Available Values

Value Brief description
0 Generic. The value cannot be used in the application code.
1 Calculation. Calculation.
2 DataInput. Data entry.
3 Approval. Approval.
4 SubStart. Subprocess start.
5 ForeMethod. Fore unit execution.
6 EtlTask. ETL task.
7 EmailTask. Send e-mail.
8 ManualTask. Manual action.
9 IntermediateTimerEvent. Temporary event by timer.
10 IntermediateMessageReceiveEvent. Temporary event of receiving e-mail.
11 IntermediateConditionEvent. Temporary event by condition.
12 IntermediateMessageSendEvent. Temporary event of sending e-mail.

See also:

BPM Assembly Enumerations