@user-z29ho-oracle @ananya-chatterjee-oracle
I am following the 23.2 workflow tutorial - ‘ Doctor Appointment Make Easy'. The link is below
https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/run-workshop?p210_wid=3880
I built it in apex.oracle.com. I completed all the steps without any errors. I can submit the new appointment successfully. But when I checked the workflow console, I did not find any new workflow record. I also used the sql below to check but the return is ‘no data found’. It looks that the workflow was not entried.
select * from table ( apex_workflow.get_workflows ( ) )