Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How workflow works in domain separated environment.

Anuja Jadhav
Tera Contributor

In Domain separated environment, How workflow works? Which is in a customized application.

I have a customized application that contains a number of workflows. 
I have created Domain A and Domain B. 
I am able to see the workflow domain as A.

How can I access the same workflows in domain B as well?

1 ACCEPTED SOLUTION

Tony Chatfield1
Kilo Patron

Hi, if domain A is the parent of domain B then the workflows are available to domain B.
If domain A is not the parent domain, then I suspect the best solution would be to create the workflow(s) in 'global' (or a domain that is in the parent tree of A&B), and in the workflow(s) include domain based trigger conditions.

View solution in original post

2 REPLIES 2

Tony Chatfield1
Kilo Patron

Hi, if domain A is the parent of domain B then the workflows are available to domain B.
If domain A is not the parent domain, then I suspect the best solution would be to create the workflow(s) in 'global' (or a domain that is in the parent tree of A&B), and in the workflow(s) include domain based trigger conditions.

Thanks @Tony Chatfield 

I am able to see the workflow in the domain B.Which is the child of domain A

In domain B, I have created User XYZ has all the workflow roles. That user is not able to checkout the workflow or create a new saiprait version of that workflow.

I can see a warning message that "WorkflowName Published  (A)  (out-of-scope: workflow version belongs to A)"


Please help if you know anything about this.