Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Need Help in Workflow - User decision

Former Member
0 Likes
671

I have to pass 5 parameter with this user decision title but they only give 4 parameter options in the user decision step. Is there anyway I can have five parameter place?

Please help

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
469

You might try creating a container element which is a long text field. Then write a method that will concatenate 2 or more of your parameters into the text field. Call this method before the decision step, and use this text field as a parameter.

If you do this, you need to find out what the maximum length of a parameter can be (I think it's 50 char).

All seems like a lot of work for one extra parameter, though!

Cheers

Lyal

You might try creating a container element which is a long text field. Then write a method that will concatenate 2 or more of your parameters into the text field. Call this method before the decision step, and use this text field as a parameter.

If you do this, you need to find out what the maximum length of a parameter can be (I think it's 50 char).

All seems like a lot of work for one extra parameter, though!

Cheers

Lyal

1 REPLY 1
Read only

Former Member
0 Likes
470

You might try creating a container element which is a long text field. Then write a method that will concatenate 2 or more of your parameters into the text field. Call this method before the decision step, and use this text field as a parameter.

If you do this, you need to find out what the maximum length of a parameter can be (I think it's 50 char).

All seems like a lot of work for one extra parameter, though!

Cheers

Lyal