Maruti19
(Maruti M)
September 12, 2024, 3:05pm
1
I Want to know about custom task
what exactly you are looking for custom task, what is the use case? can you please elaborate more on it? Mean while you can go through this post to get the idea about how to crate the custom task.
If you have any requirement for which you have to create a custom task with custom attribute then you can follow the below steps
This can be achieved by Creating a TaskDefinition and Custom Java class that extends AbstractTaskExecutor. Java class override the methods to implement your business logic in java code.
The class name should be mentioned in as executor value in TaskDefinition like below.
Note: Below is an example for a custom task that pulls search identity and display message on re…
Maruti19
(Maruti M)
September 12, 2024, 3:25pm
3
Some one asked me have you done any custom task in Sailpoint? For I want to know answer.
Thanks
I am with @ankush-shirbhate , can you elaborate your question?