VMware Cloud Community
BensonF
Contributor
Contributor
Jump to solution

Array/number type input parameter of a workflow on java client side

Hi,

There is a workflow where its input parameter is Array/number.   I understand Array type itself in the rest client api is com.vmware.o11n.sdk.rest.client.stubs.Array.  How about number?

How to create a Array/number type in Java side for submitting into the workflow?

Please help

Thanks

Benson

0 Kudos
1 Solution

Accepted Solutions
BensonF
Contributor
Contributor
Jump to solution

This issue get fixed finally.

Solution:

If the input parameter type of the workflow is Array/number,

then the element type in the com.vmware.011n.sdk.rest.client.stubs.Array is double primitive.

View solution in original post

0 Kudos
1 Reply
BensonF
Contributor
Contributor
Jump to solution

This issue get fixed finally.

Solution:

If the input parameter type of the workflow is Array/number,

then the element type in the com.vmware.011n.sdk.rest.client.stubs.Array is double primitive.

0 Kudos