I’m building a BPM that prompts the user for input before continuing. I know the “Call BPM Data Form” widget can do this, but I’d like to handle it all in one C# block: show the prompt, get the input, and run my logic without using multiple code widgets.
probably not good practice. The UI and the business logic is separate in a browser based world. but you can create a BPM with the “Normal” widgets to what is called and see if it is possible from the trace.
Someone might have done this.
Thanks for the insight. I hadn’t thought about that. Is it best practice to always use the Call BPM Data Form widget and split the logic into two separate Custom Code blocks (before and after the prompt), or are you suggesting to avoid using the Call BPM Data Form in a BPM altogether?