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

Siva_Sogalapalli
Siva_Sogalapalli
Online

Badges

Badges
35

Accepted Solutions

Accepted Solutions
49

Likes Received

Likes Received
190

Posts

Posts
249

Discussions

Discussions
57

Questions

Questions
193

Ideas

Ideas
2

Blog Posts

Blog Posts
0
Top badges earned by Siva_Sogalapalli
Customize the badges you want to showcase on your profile
Re: How to create Dynamic Dialog participant for Touch UI. - Adobe Experience Manager 23-08-2016
Hi Scott & Kautuk,Thank you very much for your detailed explanation.It is working for me when we use dynamic participant step and I was able complete workflow from Touch UI as well as Classic UI.But the issue is with 'Dynamic Dialog Participant' step (I've created custom dialog participant step and placed at " /apps/cq/workflow/components/model/sample_dynamic_dialog"). I was able to see this step from the sidekick and able to drag & drop in the workflow model. As you know, when we use this step,...

Views

514

Like

1

Replies

0
How to create Dynamic Dialog participant for Touch UI. - Adobe Experience Manager 21-08-2016
Hello All,We have a requirement where we need to create Dynamic Dialog participant step for our workflow requirement.For AEM 5.6, I've created custom workflow step at /apps/cq/workflow/components/model and using it. IT is working fine when complete workflow from Inbox, but the same step is not working when we complete workflow from Touch UI Notifications and it is throwing error.Please find the attached complete error stack trace file.I think, we have to customize participant step in different l...

Views

1.1K

Like

1

Replies

7
org.apache.sling.engine.impl.SlingRequestProcessorImpl service: Uncaught Throwable javax.servlet.ServletException: java.lang.NullPointerException - Adobe Experience Manager 15-08-2016
Hi All,I''m trying to create sample workflow dynamic participant chooser by following doc [1]. I'm getting error message as shown in the attached image. I've also verified bundles and all are in active state (http://localhost:4502/system/console/bundles). It would be great if someone can help me on this.My Java class:import org.apache.felix.scr.annotations.Component;import org.apache.felix.scr.annotations.Properties;import org.apache.felix.scr.annotations.Property;import org.apache.felix.scr.ann...

Views

1.3K

Likes

0

Replies

1
Drop down is not loading options when we edit component dialog - Adobe Experience Manager 01-05-2016
Hello All,We have an issue where the selection field (drop down) is not working when we edit component dialog. I see below error on firebug console. would you please advise on this?or What is the js rendered/called when we edit selection field (drop down) in component dialog?

Views

327

Likes

0

Replies

2
Re: How to know the status of online backup? - Adobe Experience Manager 09-02-2016
Yes, I could get it using curl command:curl -u admin:admin http://localhost:9502/libs/granite/backup/content/admin/backups.progress.jsonAnyways, thanks for your reply.

Views

400

Like

1

Replies

0
How to know the status of online backup? - Adobe Experience Manager 08-02-2016
Hi All,I'm using curl command to start online backup. Command: curl -u admin:admin -X POST http://localhost:9502/system/console/jmx/com.adobe.granite:type=Repository/op/startBackup/java.lang.String?target=/Backups/2012/backupJune.zipI'm able to create backup but I wanted to send an email notification when the backup is completed.Is there way to find out the backup status?Quick response would be appreciated.Thanks In AdvanceSiva

Views

604

Like

1

Replies

2
Re: Issue while creating AEM Backup - Adobe Experience Manager 11-01-2016
Yes, I've access same access. Even I tried to create/remove folders/files on network drive and i'm able to do it.

Views

375

Likes

0

Replies

0
Issue while creating AEM Backup - Adobe Experience Manager 11-01-2016
Hi All,I'm trying to create backup from Felix console (http://localhost:4502/system/console/jmx/com.adobe.granite%3Atype%3DRepository)I'm using startBackup(java.lang.String target) operation to create backup and passing target path. It works fine when I use my local drive path as target. But it's not working if I use share drive which is created using 'Map Network Drive' option. It would be great if you some can advise on this.Log details:[Backup Worker Thread] com.day.crx.core.backup.Backup Bac...

Views

745

Likes

0

Replies

7
Re: how to wait the end of workflow - Adobe Experience Manager 15-10-2015
Hi Sam,If you know the exact time that will take to execute your workflow, then one way of achieving is using "Thread.sleep()" in your current process. Is that possible to provide exact use case?Thanks

Views

310

Likes

0

Replies

0
Re: Exception while accessing AEM repository - Adobe Experience Manager 15-10-2015
Opkar, Thank you very much for your time.

Views

312

Likes

0

Replies

0