Workflow task states. Possible states include: Wait, pending, approve, reject, and so on.
|
Field |
Data Type |
Reference |
Remarks |
|---|---|---|---|
|
allow_ |
INTEGER |
|
Identifies the Allow Accumulate flag, as follows: |
|
allow_task |
INTEGER |
|
Specifies the Allow Task Update flag, as follows: |
|
code |
nvarchar(12) |
|
Primary key of this table. |
|
del |
INTEGER |
Active_Boolean_ Table::enum |
Specifies the Deleted flag, as follows: |
|
description |
nvarchar(500) |
|
Provides a text description of the status. |
|
do_next_task |
INTEGER |
|
Sets the Do Next Task flag, as follows: |
|
hold |
INTEGER |
|
Sets the Hold flag, as follows: |
|
id |
INTEGER |
|
Specifies the unique (to the table) numeric ID. |
|
is_internal |
INTEGER |
|
Specifies the Internal flag, as follows: |
|
last_mod_by |
byte(16) |
ca_contact::uuid |
Specifies the UUID of the contact who last modified this record. |
|
last_mod_dt |
INTEGER |
|
Identifies the timestamp of when this record was last modified. |
|
no_update_msg |
nvarchar(500) |
|
Sets the No Update Message flag to No. |
|
persid |
nvarchar(30) |
|
Persistent ID (SystemObjectName:id). |
|
sym |
nvarchar(30) |
|
Identifies the Task Status name. |
|
task_complete |
INTEGER |
|
Sets the Task Complete, as follows: |
|
Copyright © 2013 CA.
All rights reserved.
|
|