2020-08-21 16:18:37 +01:00
|
|
|
export class DailyWorkTask{
|
2020-08-21 00:22:51 +01:00
|
|
|
SerialNumber: string;
|
|
|
|
|
Folio: string;
|
|
|
|
|
Senders: string;
|
|
|
|
|
CreateDate: string;
|
2020-08-27 13:02:06 +01:00
|
|
|
DocumentURL: string;
|
2020-11-26 05:41:54 +01:00
|
|
|
Remetente:string;
|
2021-04-27 15:34:51 +01:00
|
|
|
DocumentsQty:any;
|
2021-04-30 10:06:54 +01:00
|
|
|
WorkflowName:string;
|
2021-05-19 16:10:05 +01:00
|
|
|
activityInstanceName: string;
|
2021-04-28 11:06:55 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export class tasksList{
|
|
|
|
|
actions: null;
|
2021-05-19 16:10:05 +01:00
|
|
|
activityInstanceName: string;
|
2021-04-28 11:06:55 +01:00
|
|
|
formURL: string;
|
|
|
|
|
originator: {
|
|
|
|
|
displayName: string,
|
|
|
|
|
email: string,
|
|
|
|
|
fqn: string,
|
|
|
|
|
manager: string,
|
|
|
|
|
username: string,
|
|
|
|
|
};
|
|
|
|
|
serialNumber: string;
|
|
|
|
|
taskStartDate: string;
|
|
|
|
|
workflowDisplayName: string;
|
|
|
|
|
workflowID: number
|
|
|
|
|
workflowInstanceDataFields: {
|
|
|
|
|
AttachmentsProcessLastInstanceId: number,
|
|
|
|
|
DispatchDocId: number,
|
|
|
|
|
DispatchImageId: number,
|
|
|
|
|
DistributionTypeName: string,
|
|
|
|
|
DocID: number,
|
|
|
|
|
DocIDTmp: string,
|
|
|
|
|
FolderID: number,
|
|
|
|
|
ImageID: string,
|
|
|
|
|
ImageIDTmp: string,
|
|
|
|
|
ImageXMLTmp: string,
|
|
|
|
|
InstanceDistributionId: number,
|
|
|
|
|
InstanceID: string,
|
|
|
|
|
InstanceIDNew: string,
|
|
|
|
|
NewSerialNumber: string,
|
2021-05-21 10:05:59 +01:00
|
|
|
ReviewUserComment: string,
|
2021-04-28 11:06:55 +01:00
|
|
|
ReviewUserEmail: string,
|
|
|
|
|
ReviewUserName: string,
|
|
|
|
|
SourceID: number,
|
|
|
|
|
SourceSecFsID: number,
|
|
|
|
|
SourceType: string,
|
|
|
|
|
Subject: string,
|
|
|
|
|
TaskMessage: string,
|
|
|
|
|
UserName: string,
|
|
|
|
|
WorkflowID: string,
|
|
|
|
|
wxUserID: number,
|
|
|
|
|
}
|
|
|
|
|
workflowInstanceFolio: string
|
|
|
|
|
workflowInstanceID: number
|
|
|
|
|
workflowName: string
|
2020-08-21 00:22:51 +01:00
|
|
|
}
|