Active IQ Unified Manager Discussions

Invoking a workflow from external source

davieb1969
3,662 Views

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

Rutul
3,651 Views

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

sinhaa
3,588 Views

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.

asulliva
3,584 Views

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.

trentino123
3,152 Views

You can do it with powershell, check this examples:

 

http://community.netapp.com/t5/OnCommand-Storage-Management-Software-Articles-and-Resources/Interactive-execution-of-Workflows-as-CLI-using-REST-APIs-...

 

Helpdesk could also check the status of the workflow as well .

Public