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 {
|
export interface IItemTask {
|
||||||
code?: string;
|
code?: string;
|
||||||
|
workflowCode?: string;
|
||||||
taskType?: string;
|
taskType?: string;
|
||||||
attributes?: any;
|
attributes?: any;
|
||||||
message?: string,
|
message?: string,
|
||||||
@ -11,6 +12,7 @@ export interface IItemTask {
|
|||||||
|
|
||||||
export class ItemTask implements IItemTask {
|
export class ItemTask implements IItemTask {
|
||||||
public code?:string;
|
public code?:string;
|
||||||
|
public workflowCode?: string;
|
||||||
public taskType?: string;
|
public taskType?: string;
|
||||||
public attributes?: any;
|
public attributes?: any;
|
||||||
public message?: string;
|
public message?: string;
|
||||||
|
Loading…
Reference in New Issue
Block a user