如何为工作列表应用程序和人工工作流程配置用户?
我是 SOA Suite 的新手,我们正在使用 SOA Suite 11g。请让我知道如何为人工工作流程和工作列表应用程序配置用户。我在 weblogic 领域创建了简单的用户。但如何设置哪个用户可以是管理员或哪个用户将是最终用户。
也请参考一些文件。
你好,谢谢你的建议,但我很困惑。在 BPEL 应用程序中创建任务时,我们需要在分配选项卡中提供用户信息。所以这里只列出了他们在 weblogic 领域中的那些用户。但是在 weblogic 中创建用户时,我没有任何选项来使该用户成为管理员或最终用户。现在我已经在 weblogic 中创建了用户,当我创建任务时,它也会进入特定用户的收件箱。但我需要验证该用户只能执行最终用户角色。之后我想再创建一个用户,说“ABC”作为管理员。 – Abhishek 6 小时前
//添加我正在寻找的评论
,但是当我在 weblogic 中创建用户时,在我的 BPEL 流程中创建人工任务时只有用户会列出。您能告诉我如何为工作列表应用程序创建用户吗?主要问题是我是否将在工作列表中创建用户,然后在创建人工任务时如何列出这些用户。
只是想创建两个用户,我将使用它们登录工作列表应用程序,一个用于管理,另一个作为最终用户。我创建的所有用户都显示管理任务选项卡。太困惑了。
谢谢
I am new in SOA Suite and we are using SOA suite 11g. Please let me know how to configure user for human work flow and work-list application. I created simple users in weblogic realm. but how to set which user can be administrator or which user will be end user.
please refer some documents also.
Hi, thanks for suggesting, but I am so much confused. when creating a task in BPEL application we need to provider user information in assiginment tab. so here only those users listed they are in weblogic realm. but while creating user in weblogic I am not getting any option for making this user as administrator or end user. right now i have created user in weblogic and when I am creating task its getting in inbox of particular user also. but I need to verify this user can perform only end user roles. after this i want to create one more user say "ABC" as administrator. – Abhishek 6 hours ago
//adding comments
I am looking for, but when I am creating user in weblogic then only users are listing while creating Human task in my BPEL process. will you please tell me how to create users for worklist application. and the main problem is if I will create user in worklist and then how those user will be listed when creating Human Task.
just want to create two user , I will use them to login in work-list application, one for administration and one as a end user. All users what I am creating is showing administrative task tab. too much confused.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您是否阅读过开发人员指南的这一章:
http://download.oracle.com/docs/cd/E15523_01/integration.1111/e10224/bp_worklist.htm#BHADHGCF
查看本节“28.8.1 如何管理其他用户或组的规则(作为管理员)”:http://download.oracle.com/docs/cd /E15523_01/integration.1111/e10224/bp_worklist.htm#insertedID8
编辑:
这里是真正的解决方案:
只需按照以下步骤操作:http://download.oracle.com/docs/cd/E15523_01/integration.1111/e10226/hwf_config.htm#insertedID7。
从 weblogic 控制台,转到 securityRealms |我的领域 |用户&团体
创建组、创建用户、管理用户的组成员身份。
如果我仅在新组中设置新用户,则不会显示任何管理任务选项卡,但如果我具有 labsupervisor 组的成员身份,则该选项卡可见。
Have you read this chapter of the developer guide :
http://download.oracle.com/docs/cd/E15523_01/integration.1111/e10224/bp_worklist.htm#BHADHGCF
Have a look at this section "28.8.1 How To Manage Other Users' or Groups' Rules (as an Administrator)" : http://download.oracle.com/docs/cd/E15523_01/integration.1111/e10224/bp_worklist.htm#insertedID8
Edit :
Here the real solution :
Just follow this : http://download.oracle.com/docs/cd/E15523_01/integration.1111/e10226/hwf_config.htm#insertedID7.
From the weblogic console, go to securityRealms | myRealms | users& group
Create a group , create your users, manage the users's group membership.
If I only set my new user in the new group, no administrative task tab is visible, but if I had the membership to the group labsupervisor, the tab is visible.
我知道这有点旧,但我遇到了类似的问题。转到您的域配置目录并在 jps-config.xml 中的默认 jps 上下文中添加 ldap 提供程序,它将像 charm 一样工作:-)
I know this is a bit old but i faced similar issue. Go to your domains config directory and add the ldap provider in the default jps context in jps-config.xml and it will work like charm :-)
无法在 Web 控制台中编辑用于设置管理器的属性。
您需要一个 LDAP 客户端来连接 Weblogic 的 LDAP。在那里您将看到每个用户的属性“经理”。只需添加您想要成为所选用户的管理员的用户的 DN。
您可以按照本教程操作:
http://jvzoggel.wordpress.com/2011/06/22/weblogic-embedded-ldap-with-an-external-ldap-client/
The properties for setting Managers can't be edited in the web console.
You need a LDAP client to connect the Weblogic's LDAP. There you will see the property "manager" for each user. Just add the DN of the user you want to be the manager for the selected user.
You can follow this tutorial:
http://jvzoggel.wordpress.com/2011/06/22/weblogic-embedded-ldap-with-an-external-ldap-client/