Expand my Community achievements bar.

Status define in TB_TASK table

Avatar

Former Community Member

Hello,

I need to create some process to generate a report bases on TB_TASK table.

There are different status numbers in the TB_TASK table such as 1, 2, 3, 4, 100, and 102. I know number 3 is the status for COMPLETE.

Can you tell me what the others like 1,2, 4, 100, and 102 are.

Thanks,

Han

2 Replies

Avatar

Level 10

Here you go..

com.adobe.idp.taskmanager.dsc.client.task.TaskManagerConstants.TaskStatusTypes
public static final shortTASK_STATUS_ASSIGNED3
public static final shortTASK_STATUS_ASSIGNED_SAVED4
public static final shortTASK_STATUS_COMPLETED100
public static final shortTASK_STATUS_CREATED1
public static final shortTASK_STATUS_CREATED_SAVED2
public static final shortTASK_STATUS_DEADLINED101
public static final shortTASK_STATUS_TERMINATED102

Nith