如何使用 jdeveloper 在 BPEL 流程中创建/使用变量
我正在使用 Jdeveloper 创建简单的 BPEL 流程,并且希望在小级别上包含 BPEL 的所有功能。
当我使用分配属性并创建表达式时,然后使用串联设置输入变量((11002)作为输入,然后将输出 AO11002),然后将其设置在同一变量(inout 变量)中。下一步,当我使用 Java Embed 活动并尝试获取相同的变量时,它仅向我显示 null,
请帮助我并指导我如何创建变量并在应用程序中使用。 提前致谢...
I am creating simple BPEL process using Jdeveloper,and want to include all features of BPEL on small level.
when I am using assign attribute and creating expression then setting the input variables with concatenation ((11002) as input then AO11002 will be output), and then setting it in same variable(inout variable). and on next step when I am using Java Embed activity and trying to get the same variable, its showing me the null only,
please help me and guide me for how to create varibles and use in the application also.
thanks in advance...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过单击块左侧的“(x)”来添加变量。工具提示应引导您进入正确的对话框。要访问 java 活动中的变量,请使用“setVariableData()”和“getVariableData()”函数。
you can add variables by clicking on '(x)' at the left side of a block. The tooltip should guide you to the right dialog. To access a variable in the java activity, use the 'setVariableData()' and 'getVariableData()' functions.