cancel
Showing results for 
Search instead for 
Did you mean: 

Navigation Step Blocking Behavior Agentry

Former Member
0 Kudos

Hi all,

I have one Action that contains several step / sub action. One of the action is of type Transaction. That means every time the Action is activated through a button, the Action of type Transaction will block any following subaction present in the parent Action.

I want to have the same behavior for a Navigation Action step. My requirement is to show the user another screen (that displays object) and when he is done, go back to the parent Action and continue the execution.

Is there any way to have a blocking Navigation Step? Here the struction of the Action:

- Parent Action

  --- Navigation Step (I want to have this step to block until the associated screen set is closed)

  --- Transaction Step (this one is blocking the rest of the action)

  --- Apply

  --- SubAction 1

  --- SubAction 2

I'm using Work Manager 5.3 on SMP 2.3

Thanks!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

No you can't have the action sit for user action with a navigation step.

My suggestion would be to have a screen on the transaction step step with the fields as read only so the user can see the values and then click "done" to with the next part of the action.