Multiple apply invoke workflow parameters in one action

Hello. After changing attributes in workflow file, that invokes with an “Invoke Workflow” activity there is need to update changes of it in workflow where it invokes from - the text at button with parameters windows become red color.

The question is - if i have a lot of invoke activity with this workflow and i changed some parameters inside it - how i can multiply apply changes of it at this window with in one action for each Invoke activity i have? For now i need open every activity then open this window click OK and close it. That is terrible. Any way to pass this manual apply?

@HomaDzz

Currently I believe that facility is not available maybe
But you can declare your Parameters as an variable, so you can easily change the value at top level that will be used in every Invoke code

If this is not the case then can you share some more info if possible with screenshots?

Thanks,
Srini

Hello, thank you for answering. I was talking about changing count of used in invoked flowchart parameters. If count of arguments changes in flowchart - every activity, that linked to invoke this flowchart asks to be updated.

Here is an exaple:

  1. I’ve added new argument to flowchart that i invoke at diffrent places of main (and others) flowchart file 12 times

Screenshot of adding new argument:

Screenshot of every invoke activity with this flowchart where i added new argument:

After adding this new argument, and saving changes - every invoke activity’s button of “Imprort arguments” is red. Here is screenshot:
image

That means that i need to enter “Import arguments” menu (red) and apply changes. For every of 12 invoke activities that uses this flowchart to invoke.

This is my question - how to apply all in one, not one by one?

@HomaDzz

It was made like that for a reason…most of the times when you invoke a workflow you trns to send different values for each time you invoke…

But I see your concern…as of now there is no way to update all the arguments at once

Can try playing around the xaml file by opening in text mode and check to link the arguments as needed…but try to take a backup of the project and try it so that you dont loose anything

Cheers

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.