Allow user to choose flow using OE_STANDARD_WF.STANDARD_BLOCK
I am tweaking the OM Line Workflow.
I have a node that directs to different flows based on the inventory item type.
If the item type is not recognized, (ie. new one added) I want the WF to stop and have the user choose the appropriate flow.
Previously, I have used OE_STANDARD_WF.STANDARD_BLOCK and set the response to "Concurrent Program Retry". When the user chooses Actions-Progress Order, they are offered a choice to retry or abort.
I now want to use a custom lookup. However, when choosing progress order, no result choice is offered.
Suggestions or tips?