I would like to know how to suspend a workflow after a particular function and then resume the workflow after an event in the form is performed. I have been able to pause the workflow using wf_standard.block but cannot figure out how to start the workflow after an event in the Oracle application. I tried using wf_engine.ResumeProcess in the form on the event trigger but that didn't work. Could anyone tell me how this can be done or show an example? Thank you.