Expand my Community achievements bar.

SOLVED

Can we have only one publish instance run certain workflow?

Avatar

Level 2

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

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

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