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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In the documentation it says " Web services interfaces to invoke workflows from external portals and data center orchestration software". How is this achievable?
This is my scenario:
The helpdesk receieve a ticket to create a cifs share. The tickets contains the name of the share and the size of the volume required. The helpdesk person just needs to click a button and it's done. How can I link the ticket to invoke a workflow in wfa without the helpdesk user having to jump into the wfa web portal?
Cheers
4 REPLIES 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have done integration between Servicenow and WFA for one of the workflow...
Refer my post and read last pages in PDF attachment :http://community.netapp.com/t5/OnCommand-Storage-Management-Software-Discussions/Workflow-to-create-Home-Directories-using-Integration-between-Service...
For example from ServiceNow we can fetch the data in json format and decode it using perl script. Then encode that output in XML and trigger the workflow based on its job ID.
Also refer this script:
http://community.netapp.com/fukiw75442/attachments/fukiw75442/on command-storage-management-software-articles-andresources/78/22/wfa_workflow_cli_pl.txt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The "real" WFA-ServiceNow integration:
Outline of Service Now Integration with NetApp WFA
But you didn't mention if you wanted to use ServiceNow or anything else.
sinhaa
If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
WFA has a REST API available at https://your.wfa.server/rest/. The documentation is at https://your.wfa.server/rest/docs/.
If this post resolved your issue, please help others by selecting ACCEPT AS SOLUTION or adding a KUDO.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can do it with powershell, check this examples:
Helpdesk could also check the status of the workflow as well .
