`
li.feixiang
  • 浏览: 120555 次
  • 性别: Icon_minigender_1
  • 来自: 武汉
社区版块
存档分类
最新评论

How to call an info engine task from a workflow expression in Windchill PDMLink

 
阅读更多

 

Sample Code snippet is given below: 

if(primaryBusinessObject != null && primaryBusinessObject instanceof wt.doc.WTDocument){
 
com.infoengine.SAK.Task task = new com.infoengine.SAK.Task("examples/queryForObject.xml"); // RELATIVE PATH OF THE INFO ENGINE TASK XML 
task.addParam("type","wt.doc.WTDocument");
task.addParam("number",((wt.doc.WTDocument)primaryBusinessObject).getNumber());
task.invoke();
 

com.infoengine.object.factory.Group group = task.getGroup("result");
String name = new String((String)group.getAttributeValue(0,"name"));
  }

 

分享到:
评论

相关推荐

    windchill工作流节点介绍

    在WindChill系统中,工作流(Workflow)是核心功能之一,它定义了不同角色和部门之间的业务流程,确保了产品开发过程的有序进行。本文将深入探讨WindChill工作流中的节点及其作用。 工作流节点是工作流实例执行过程...

    Beginning WF: Windows Workflow in .NET 4.0

    Beginning WF demonstrates, in an eminently readable and accessible style, how Microsoft's Workflow Foundation (WF) technology can be used in a wide variety of applications. Loaded with lots of simple ...

    developing a reusable workflow engine

    文章“Developing a Reusable Workflow Engine”由Diogo M. R. Ferreira和J. J. Pinto Ferreira撰写,发表于《系统架构杂志》(Journal of Systems Architecture)2004年6月的第50卷,第6期。文章的关键词包括工作流...

    An Overview of Workflow Management:From Process Modeling to Workflow Automation Infrastructure

    ### 工作流管理概述:从过程建模到工作流自动化基础设施 #### 一、引言与背景 在当今全球化的商业环境中,企业面临着日益激烈的竞争压力,为了保持竞争力,企业必须降低成本、快速开发新产品和服务。...

    Pro WF - Windows Workflow in .NET 4.pdf

    Pro WF: Windows Workflow in .NET 4 provides you with the skills you need to incorporate WF in your applications, using a lively tutorial style with each example illustrated in C#. This book gets you ...

    windchill进阶学习

    了解WindChill系统的核心组件,包括数据存储(WindChill RV&S,即Repository and Vault Services)、工作流程(WindChill WorkFlow)、项目管理(WindChill ProjectLink)和协同环境(WindChill PDMLink)等。...

    Creating an SAP Workflow with Workflow Builder

    Learn about the main features of the Workflow Builder, and build a foundation of knowledge to start your own development. Discover how to ...to create a workflow, and send a workflow to production.

    Workflow-An Introduction

    Workflow-An Introduction,英文版

    Efficient R Programming: A Practical Guide to Smarter Programming

    Academics, business users, and programmers from a wide range of backgrounds stand to benefit from the guidance in Efficient R Programming. Get advice for setting up an R programming environment ...

    Windchill_工作流管理

    Windchill Workflow

    Foundation Expression Blend 4 with Silverlight 4

    Foundation Expression ...Web designers and developers wanting to learn Expression Blend 4 from the ground up. Those who have a background in the development of RIAs and want to learn this new technology.

    TMS Workflow Studio v1.9.0.0 Full Source

    New : TAttachmentViewMode allow displaying attachments and task info in a single pane instead of different tabs New : RAD Studio XE5 support Improved : Better performance for saving/loading workflow ...

    Machine Learning for OpenCV_Intelligent image processing with Python(2017).epub

    Chapter 1, A Taste of Machine Learning, will gently introduce you to the different subfields of machine learning, and explain how to install OpenCV and other essential tools in the Python Anaconda ...

    Workflow Engine Server v2.3.rar

    《Workflow Engine Server v2.3:基于Delphi的流程引擎详解》 在IT行业中,流程自动化是提升效率、优化业务流程的关键技术。Workflow Engine Server v2.3是一款强大的流程引擎,专为Delphi开发环境设计,它允许...

    Building.Tools.with.GitHub.Customize.Your.Workflow.epub

    Use Jekyll to create a fully-featured blog from material in your GitHub repository Create an Android mobile application that reads and writes information into a Jekyll repository Host an entire single...

    WindchillPDMLink 8.0 业务管理

    ### Windchill PDMLink 8.0 业务管理核心知识点解析 #### 一、Windchill PDMLink 业务管理概述 - **模块目的**:通过本模块的学习,学员能够掌握作为“业务管理员”所需的基本技能,包括理解PDMLink专业术语、明确...

    workflow-in-mvc-simple-demo

    本项目"workflow-in-mvc-simple-demo"旨在提供一个简单的示例,展示如何将工作流集成到MVC应用中,以实现更加灵活和可维护的业务逻辑。 首先,让我们深入了解一下工作流(Workflow)。工作流是一系列按特定顺序执行...

    Pro.WF.Windows.Workflow.in.NET.4.0.pdf

    《Pro.WF.Windows.Workflow.in.NET.4.0》是一本深入探讨.NET 4.0框架下Windows Workflow Foundation(WF)技术的专业书籍。WF是微软提供的一种用于构建长期运行的业务流程的应用程序框架,它允许开发者创建和管理...

Global site tag (gtag.js) - Google Analytics