A developer created a sequence that computes the sum of two numbers:
The developer wants to invoke this sequence from another workflow by using a value of "20" for FirstNumber and "30" for SecondNumber. What modification is required?
A.
Create arguments for the FirstNumber and SecondNumber
B.
Use different default values for the FirstNumber and SecondNumber variables
C.
Modify the Assign Sum activity to: out_Sum = FirstNumber + SecondNumber
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Engineer24
1 year, 7 months ago