Tuesday, August 22, 2017
Friday, August 18, 2017
OIM: Release a claimed task
Detailed Steps:
1. Login into BPM worklist URL (http://hostname:port_number/integration/worklistapp).
a. Please note that ‘port_number‘ is soa server’s port(8001).
2. In the left hand navigation tree, click on ‘Administrative Tasks’
3. Click on the ‘pencil icon’ on the top of the navigation tree to edit the inbox settings. Specifically, we are adding more column in the main window.
4. Click on the down arrow next to the ‘magnifying glass’ icon on top of the main window and select ‘Advanced’
a. This is used to specify the search filter. This is a one-time activity, search filter can be saved as a view.
5. Specify the search condition
6. As per the search conditions, this will give you all the tasks which satisfy all the following conditions:
a. Are raised for disconnected provisioning.
b. Are acquired by a user with user login as ‘RAGNI’
c. Are in ‘assigned’ status.
7. All tasks will be displayed, satisfying the search criterion.
8. You can select the claimed task and, and from the ‘Actions’ dropdown select ‘Release’ to un-
claim
Subscribe to:
Posts (Atom)
-
import java.util.Date; import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedStatement; import java.sql.Stateme...
-
wget https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.5.0.tar.gz <Check latest version and replace everywhere> tar -xvf libress...
-
The following posts covers all aspects of developing and deploying a scheduled task in OIM and creating a scheduled job. The post will...