Work Flow launcher Issue | Community
Skip to main content
Unnikrishnankv
October 16, 2015
Solved

Work Flow launcher Issue

  • October 16, 2015
  • 5 replies
  • 2005 views

I have configured my workflow model in launcher and it is invoking while create/modified the nodes . Archive section showing work flow successfully completed . But in error/workflow log have no updates about work flow..
Please help me to find the issues,,,,,,

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by WillMc1

It sounds like this is not a worklfow problem, but instead an issue with how reverse replication is configured.  Do you have a reverse replication agent setup for each publish instance?  Does the node change that triggers the launcher work on one of the publish nodes but not the other?  If so then you can be sure it's not configured to replicate from the second instance.

5 replies

Adobe Employee
October 16, 2015

Hi Deva,

Can you explain a little bit more what you are expecting to see in the logs that is not happening?  From your description it sounds like a workflow was launched and the workflow completed, what else should have happened?

Thanks,

Will

Unnikrishnankv
October 16, 2015

Hello Will,

Thank you for your support . I have created work flow for reverse replication.It is working fine in single Author and Publisher. My issue is that It is not replicate in case of  single Author and 2 Publisher. Publisher reverse replication log showing reverse replication node information and publisher work flow log showing WorkFlow invoked successfully. But in Author no node is created  and Author reverse replication log have no information about reverse replication. we are using Node created/Modifed   events for triggering WorkFlow in lanucher. Launcher Archive showing successfully completed WorkFlow

"replicate.replicate( session , ReplicationActionType.ACTIVATE , path);" this is Code we are suing to replicate the node 

WorkFlow Design which we are using To replicate Node

Publisher 1/Publisher2 Node updated/Created  - WorkFlow will Trigger  to update/create Author Nodes- Author Node updated/Created then Author have Another to Work Trigger to Updated Publisher Nodes.

  Now publisher 1/Publisher 2  to upadate/Created WorkFlow will trigger but Author is not upadte/create Node

Thanks!,

Deva

Lokesh_Shivalingaiah
October 16, 2015

You can also try configuring replication agents to author instance on each of the publish instances 

WillMc1Adobe EmployeeAccepted solution
Adobe Employee
October 16, 2015

It sounds like this is not a worklfow problem, but instead an issue with how reverse replication is configured.  Do you have a reverse replication agent setup for each publish instance?  Does the node change that triggers the launcher work on one of the publish nodes but not the other?  If so then you can be sure it's not configured to replicate from the second instance.

Unnikrishnankv
October 16, 2015

AEM initiating  reverse replication is working fine. Only user created replication is fails.