Unable to change scope of variable

Hello All,

I’m unable to change scope of variable,i want to use it in Init state.

Also argument also not accessible in value section of import argument(invoke workflow activity )

@I_am_Praj

What error are you getting?

Try restarting project and check if stuck

Cheers

You can only change the scope up and down, you can’t jump to another section.

Consider this example:

image

If you want to change the scope from Sequence 1 to Sequence 2, you have change the scope from Sequence 1 to Sequence Top first, then you can change it from Sequence Top to Sequence 2.