Can we have only one publish instance run certain workflow? | Community
Skip to main content
Level 2
December 27, 2016
Solved

Can we have only one publish instance run certain workflow?

  • December 27, 2016
  • 1 reply
  • 995 views

We've two publish instances but want tot trigger a specific workflow from only one publish instance? How can this be configured without manually disabling a certain workflow in one of the publish instances

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 Runal_Trivedi

Hi Chetan,

Is workflow triggered through launcher configuration? or it is triggered manually by Author?

Either ways, this is what you can do:

  • Putting additional run-modes on your publisher as Pub1 and Pub2.
  • If your workflow is triggered through launcher: using felix configuration to enable a launcher for specific publisher using the additional publisher run-mode.
  • If your workflow is manually triggered, then put a process step in your workflow that will cancel the workflow on specific publisher instance, you can again control which instance should complete the workflow using additional publisher run-modes.

If above solution won't help, then please give me some more details around your use case.

Hope this helps :)

- Runal

1 reply

Runal_Trivedi
Runal_TrivediAccepted solution
Level 6
December 28, 2016

Hi Chetan,

Is workflow triggered through launcher configuration? or it is triggered manually by Author?

Either ways, this is what you can do:

  • Putting additional run-modes on your publisher as Pub1 and Pub2.
  • If your workflow is triggered through launcher: using felix configuration to enable a launcher for specific publisher using the additional publisher run-mode.
  • If your workflow is manually triggered, then put a process step in your workflow that will cancel the workflow on specific publisher instance, you can again control which instance should complete the workflow using additional publisher run-modes.

If above solution won't help, then please give me some more details around your use case.

Hope this helps :)

- Runal