Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

prakashr2929023
prakashr2929023
Offline

Badges

Badges
6

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
4

Posts & Comments

Posts & Comments
4

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by prakashr2929023
Customize the badges you want to showcase on your profile
Problem with multiple instances of a workflow - Adobe Campaign 03-09-2019
Hello Team,I have a workflow which would be run by a scheduler every 30 minutes. Some times workflow is taking more than thirty minutes to finish and scheduler is creating a new instance of the workflow when the first instance is still running. When i checked the adobe documentation, i got to know about the option "The current task has priority" option in Advanced tab of scheduler. Even after using the "The current task has priority" option, i saw that multiple instances of workflow are running ...

Views

4.5K

Likes

2

Replies

3
How to implement a request filter for Custom JSSPs in Adobe campaign classic? - Adobe Campaign 01-08-2019
Hello Team,We are using Adobe Campaign classic to implement a Campaigning solution for one of our Customer. We have written number of Custom JSSPs as part of our implementation. Now we want to do some custom pre processing on the requests. Does Adobe Campaign any mechanism to implement filter/interceptor that we typically see in servlet or spring application? Thanks in Advance,Prakash

Views

855

Like

1

Replies

1
Re: How to Override @Propertyoption value from run mode specific configuration ? - Adobe Experience Manager 17-05-2018
Hi Jörg,Thanks for answering my question. As you said the functionality is working fine. However, i was just wondering is there a way to display the Gender as a dropdown instead of TextField. The disadvantage of displaying TextField instead of dropdown is one can set a value other than male/female.Attaching the screen shots.As shown in the above picture i have used String for user.gender. I am curious to know if there any other JCR type to set the gender as dropdown. Or is it a known limitation?...

Views

1.0K

Likes

0

Replies

0
How to Override @Propertyoption value from run mode specific configuration ? - Adobe Experience Manager 17-05-2018
Dear All,I have created a OSGI component to read some user related setting from the /system/console/configMgr. The code for OSGI component is some thing like this.@Component(name = "Profile Configuration", immediate = true, metatype = true)public class ProfileConfiguration {@Property(name = "User Name", value = "", description = "Profile username", label = "Enter User Name")private static final String USER_NAME = "user.name";private String username;@Property(name = "Password", description = "Pro...

Views

2.0K

Like

1

Replies

6