Class WorkflowVariableRequest
java.lang.Object
com.bytedesk.core.base.BaseRequest
com.bytedesk.core.workflow.variable.WorkflowVariableRequest
- All Implemented Interfaces:
PageableRequest,Serializable
工作流变量请求DTO
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String变量描述private String变量名称private String节点UIDprivate String变量作用域private String变量值(JSON格式)private String工作流UIDFields inherited from class com.bytedesk.core.base.BaseRequest
channel, content, orgUid, pageNumber, pageSize, type, uid, userUid -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseRequest
getPageable, toJson, validate
-
Field Details
-
workflowUid
工作流UID -
nodeUid
节点UID -
name
变量名称 -
value
变量值(JSON格式) -
scope
变量作用域 -
description
变量描述
-
-
Constructor Details
-
WorkflowVariableRequest
public WorkflowVariableRequest()
-