Active IQ Unified Manager Discussions

How to call another WFA and scheduling it with parameter passing from other WFA

SHYAMVOLVO
2,700 Views

Hi NetApp WFA team, 

 

I would like to call one WFA from other and schedule it with parameter passing.  How can we do this. 

 

example :- 

WFA_1  will pass value to WFA_2  with Volume information for creating snapmirror relation and schedle WFA_2  execution in night 00:00 hr to start it. 

 

can you help by providing some example.

 

Thank

Shyam

 

1 ACCEPTED SOLUTION
SHYAMVOLVO has accepted the solution

abhit
2,657 Views

WFA provides REST APIs to invoke workflows.

Please go to this location to see the REST APIs available in WFA.

http://localhost/rest/docs/

 

The 1st WFA can call the REST APIs of the 2nd WFA.

There are lots of examples in communities.

You can search it.


Regards

Abhi

 

 

View solution in original post

1 REPLY 1
SHYAMVOLVO has accepted the solution

abhit
2,658 Views

WFA provides REST APIs to invoke workflows.

Please go to this location to see the REST APIs available in WFA.

http://localhost/rest/docs/

 

The 1st WFA can call the REST APIs of the 2nd WFA.

There are lots of examples in communities.

You can search it.


Regards

Abhi

 

 

Public