阅读:1108 回复:4
实名用户_02d15c5c
8

帖子

26

跟帖

269

积分

中级榴莲
中级榴莲

第三方调用.net8.2版本,webservice接口发起工作流问题

楼主#
更多 发布于:2018-11-26 14:56
请问附件类型可以通过webservice接口传递吗?
武汉技术支持团队
40

帖子

1181

跟帖

3860

积分

论坛版主
论坛版主
1楼#
发布于:2018-11-26 18:39
不支持附件类型
实名用户_02d15c5c
8

帖子

26

跟帖

269

积分

中级榴莲
中级榴莲
2楼#
发布于:2018-11-27 14:06
有什么方式可以实现传送附件类型吗?@武汉技术支持团队
liam
1

帖子

99

跟帖

1976

积分

高级榴莲
高级榴莲
3楼#
发布于:2018-11-27 15:51
var instanceContext = Engine.InstanceManager.GetInstanceContext(instanceId);
attachment.InstanceId = instanceContext.InstanceId;
//attachment.* =其他自行处理
OThinker.H3.Data.Attachment attachment = new OThinker.H3.Data.Attachment();
Engine.InstanceDataManager.AddAttachment(instanceContext.WorkflowPackage, instanceContext.WorkflowName, attachment);
实名用户_02d15c5c
8

帖子

26

跟帖

269

积分

中级榴莲
中级榴莲
4楼#
发布于:2018-11-27 15:56
liam:var instanceContext = Engine.InstanceManager.GetInstanceContext(instanceId);
attachment.InstanceId = instanceContext.Ins...
回到原帖
这是通过什么方式从外部接收附件的呢?
游客

返回顶部