VMware Cloud Community
CenturaBro
Enthusiast
Enthusiast

vRO and Netapp WFA Input issue

I'm trying to get vRO to run a REST call to WFA.  I went through the user guide to make this work but even though vRO and WFA are communicating well I'm having problems passing input values from vRO to WFA.

1. defining 2 input parameters in an empty scriptable task

2. using those 2 parameters in the "generateNetAppWFA_Inputs" action

3. running the "NetApp WFA Workflow execution" workflow... it errors out with:

Workflow execution stack:

***

item: 'Test WFA Lun Expansion IBM/item4', state: 'failed', business state: 'null', exception: 'Found 0 inputs. The WFA workflow has 2 mandatory inputs, only 0 were found.

Below are the outputs of the action and WFA workflow before it fails.  Note that the WFA_Inputs action is actually grabbing the 2 Parameters specified. also note the "undefined = undefined"

Not sure what to do here and any help would be appreciated.

2018-08-03 12:14:25.247] [D] Gathering workflow inputs...

[2018-08-03 12:14:25.249] [D]   Parent workflow: Test WFA Lun Expansion IBM

[2018-08-03 12:14:25.252] [D]     Found 2 inputs defined.

[2018-08-03 12:14:25.254] [D]     Input names: expandSizeInGB,canonicalName

[2018-08-03 12:14:25.256] [D]   Parsing input expandSizeInGB

[2018-08-03 12:14:25.258] [D]     Input is a string object type.

[2018-08-03 12:14:25.260] [D]   Value is 5

[2018-08-03 12:14:25.263] [D]   Parsing input canonicalName

[2018-08-03 12:14:25.265] [D]     Input is a string object type.

[2018-08-03 12:14:25.267] [D]   Value is naa.600507680c80009b0000000000000133

[2018-08-03 12:14:25.330] [D]   Using stored REST host with id 37ae1b13-6c02-4c85-a755-99eb9c69e34c

[2018-08-03 12:14:25.389] [D] #### Starting execution of Find WFA Workflow ID ####

[2018-08-03 12:14:25.397] [D]   Workflow url: /workflows?name=IBM%20Expand%20vdisk%20by%20Specifying%20vdisk%20Name%20NO%20INPUT

[2018-08-03 12:14:25.402] [D]  %% Executing REST request %%

[2018-08-03 12:14:25.404] [D]  URL: /workflows?name=IBM%20Expand%20vdisk%20by%20Specifying%20vdisk%20Name%20NO%20INPUT

[2018-08-03 12:14:26.990] [D]   REST status code: 200

[2018-08-03 12:14:26.993] [D]   Found 1 workflows with name IBM Expand vdisk by Specifying vdisk Name NO INPUT

[2018-08-03 12:14:26.998] [D]   Preview URL: /workflows/382dcee7-2d9f-43ca-ad6b-d2eac1b3dd40/preview

[2018-08-03 12:14:27.000] [D]   Job URL: /workflows/382dcee7-2d9f-43ca-ad6b-d2eac1b3dd40/jobs

[2018-08-03 12:14:27.003] [D]   Out URL: /workflows/382dcee7-2d9f-43ca-ad6b-d2eac1b3dd40/out

[2018-08-03 12:14:27.030] [D]   Using stored REST host with id 37ae1b13-6c02-4c85-a755-99eb9c69e34c

[2018-08-03 12:14:27.034] [D] Stored and passed are the same.  No destruction.

[2018-08-03 12:14:27.098] [D]   Using stored REST host with id 37ae1b13-6c02-4c85-a755-99eb9c69e34c

[2018-08-03 12:14:27.124] [D]   Workflow url: /workflows?name=IBM%20Expand%20vdisk%20by%20Specifying%20vdisk%20Name%20NO%20INPUT

[2018-08-03 12:14:27.127] [D]  %% Executing REST request %%

[2018-08-03 12:14:27.129] [D]  URL: /workflows?name=IBM%20Expand%20vdisk%20by%20Specifying%20vdisk%20Name%20NO%20INPUT

[2018-08-03 12:14:27.743] [D]   REST status code: 200

[2018-08-03 12:14:27.765] [D] #### Processing WFA workflow input validation ####

[2018-08-03 12:14:27.768] [D] A total of 2 inputs were provided to this workflow by vCO

[2018-08-03 12:14:27.773] [D]   Input names and values:

[2018-08-03 12:14:27.778] [D]     undefined = undefined

[2018-08-03 12:14:27.785] [D]     undefined = undefined

0 Kudos
0 Replies