cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
652
Views
0
Helpful
1
Replies

reading value of a input in another input

KAKA_2
Level 1
Level 1

Dear Experts,

is it possible to read value of a Input in another Input. here is the Scenario.

 

in a subworkflow I have two Tasks to be executed. I have defined two Input at workflow Level.

InputfortaskA = <emailid> (this will be feeded by main workflow) 

InputfortaskB = Task has been completed

but i want this more dynamic i.e InputfortaskB = Task has been completed for <VALUEOFInputfortaskA>.

any help in this regard is appriciated.

 

-KAKA-

1 Reply 1

Chris K.
Level 1
Level 1

Hi,

 

I would create a simple Custom Workflow Task, that creates the input for task B, e.g:

 

var input1 = input.InputfortaskA;
var input2 = input.InputfortaskB;

output.dynamicInputForTaskB = input2 + input1;

 

You execute this custom task somewhere before Task B and then you can use the output of this task as input for Task B

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Cisco UCS X-Series Energy Efficiency Offer