Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
How to call another WFA and scheduling it with parameter passing from other WFA
2016-06-06
04:30 AM
2,700 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Solved! See The Solution
1 ACCEPTED SOLUTION
SHYAMVOLVO has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
1 REPLY 1
SHYAMVOLVO has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
