`
lylewolf
  • 浏览: 27382 次
  • 性别: Icon_minigender_1
  • 来自: 成都
社区版块
存档分类
最新评论

Execute another (sub) process in another project

 
阅读更多
As long as the two projects are deployed to Engines that share the same directory service, a process in one project can create an instance in a process in the other project using Dynamic Process Invocation.

For the process you'd like to invoke:
1. Create a Process Interface (right mouse click the process in the Project Navigator tab -> "Generate Process Interface"
2. Export the Process Interface process you just created

For the process you'd like to have invoke the subprocess in the other project:
1. Import the process interface you just exported.
2. Create either a Subflow or Process creation activity in the calling process
3. As you're adding the activity click "Related Process" -> check the "Dynamic Process Invocation" checkbox -> select the process interface process you just imported from the dropdown.
4. Map the variable(s) going in and out of the process you're calling.
分享到:
评论

相关推荐

    0539-极智开发-解读cmake中EXECUTE-PROCESS的使用方式

    0539_极智开发_解读cmake中EXECUTE_PROCESS的使用方式

    maven出现:Failed to execute goal on project …: Could not resolve dependencies for project …

    在使用Maven构建Java项目时,可能会遇到这样一个错误:“Failed to execute goal on project …: Could not resolve dependencies for project …”。这个错误通常表明Maven在构建过程中遇到了依赖解析问题,无法...

    Pentaho_Data_Integration_4_Cookbook

    Pentaho_Data_Integration_4_Cookbook, ETL工具,In computing, extract, transform, load (ETL) refers to a process in database usage and especially in data warehousing. The ETL process became a popular ...

    Oracle中EXECUTE IMMEDIATE用法

    USING IN l_table_name, OUT l_count, INOUT l_status; IF l_status != 'OK' THEN DBMS_OUTPUT.PUT_LINE('Error'); END IF; END; ``` 此示例中,`EXECUTE IMMEDIATE`被用来调用一个存储过程,其中包含多个...

    execute immediate 用法研究

    using in l_tblnam, out l_cnt, in out l_status; if l_status != 'OK' then dbms_output.put_line('error'); end if; end; ``` 5. 将返回值传递到 PL/SQL 记录类型 使用 Execute Immediate 可以将返回值传递...

    connection对象的execute方法

    ### Connection对象的Execute方法 在数据库编程中,`Connection`对象是与数据库建立连接的关键组件。通过`Connection`对象,可以执行SQL语句、存储过程等操作,从而实现对数据库的读写。其中,`execute`方法是`...

    ExecuteSQL.java

    ExecuteSQL.java

    init:rcS post-stop process报错信息

    init:rcS post-stop process(1160) init:rcS post-stop process(923)

    could not execute

    could not execute:bad executable format(win32 error 193) 下了一个实现MD5的代码,编译时没有错误,但是执行的时候却提示:could not execute:bad executable format(win32 error 193)

    代理delegate_execute.exe

    delegate_execute.exe

    winform Server.Execute

    "Server.Execute"这个概念通常与ASP.NET相关,而不是WinForm,但在讨论中可能涉及到将ASP.NET的技术应用到WinForm的场景。在这里,我们将会探讨如何在WinForm应用中模拟服务器端执行的功能,以及相关的知识点。 1. ...

    动态SQL之EXECUTE IMMEDIATE

    本文将深入探讨“动态SQL之EXECUTE IMMEDIATE”,并结合标签“源码”和“工具”,阐述如何在实际开发中应用这一技术。 动态SQL主要分为两种形式:绑定变量(Bind Variables)和EXECUTE IMMEDIATE。绑定变量主要用于...

    Design.Principles.for.Process-driven.Architectures.184968944X

    This book is intended for BPM and SOA architects, analysts, developers, and project managers who are responsible for, or involved in, business process development, modelling, monitoring, or the ...

    Execute 方法 (ADO Connection)

    Execute 方法 (ADO Connection) Execute 方法是 ADO Connection 对象的一种重要方法,它允许开发者执行指定的查询、SQL 语句、存储过程或特定提供者的文本等内容。该方法提供了灵活的方式来执行各种类型的命令,并...

    Android-ExecuteShell是一个可以方便的执行shell命令的Android开源库

    【Android-ExecuteShell开源库详解】 ExecuteShell是一个专为Android开发者设计的开源库,它使得在Android应用程序中执行shell命令变得轻而易举。在Android系统中,有时我们需要执行一些低级的操作,如文件管理、...

    execute_exe

    execute_exe

    Execute runner

    根据提供的文件信息,我们可以推断出这是一段与“Execute runner”相关的代码或者技术文档片段。但是,由于其中包含了一些非标准的字符编码(如 `-18496` 这样的负数值),使得直接阅读原文较为困难。下面将尝试解析...

    Python库 | py-execute-0.1.1.tar.gz

    《Python库py-execute-0.1.1的探索与应用》 在Python的世界里,丰富的第三方库是其强大功能的重要支撑。今天我们要探讨的是一个名为`py-execute`的库,版本为0.1.1,它以`.tar.gz`格式打包提供。这个库的出现,旨在...

    can't execute 'CKeilC51BINA51.EXE'.txt

    ### 解决Keil C51 编译器执行问题:“can't execute 'CKeilC51BINA51.EXE'.txt” 在使用Keil C51编译器的过程中,可能会遇到一个常见的错误提示:“can't execute 'CKeilC51BINA51.EXE'.txt”。这个问题通常出现在...

    EXECUTE

    在IT行业中,"EXECUTE"通常与编程和脚本执行紧密相关。这可能是指在某个程序、脚本或操作系统命令中触发执行的动作。当我们谈论"EXECUTE"时,我们主要关注的是代码的运行过程,这涉及到计算机语言的理解、编译(如果...

Global site tag (gtag.js) - Google Analytics