added workflowcode to IItemTask
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
This commit is contained in:
parent
fcbd68eca0
commit
852b1db895
@ -1,6 +1,7 @@
|
||||
|
||||
export interface IItemTask {
|
||||
code?: string;
|
||||
workflowCode?: string;
|
||||
taskType?: string;
|
||||
attributes?: any;
|
||||
message?: string,
|
||||
@ -11,6 +12,7 @@ export interface IItemTask {
|
||||
|
||||
export class ItemTask implements IItemTask {
|
||||
public code?:string;
|
||||
public workflowCode?: string;
|
||||
public taskType?: string;
|
||||
public attributes?: any;
|
||||
public message?: string;
|
||||
|
Loading…
Reference in New Issue
Block a user