Currently, executeWorkflow is run on Temporal and all other functions are run on the browser. This is confusing to the user as they see 2 experiences for 2 types of JS functions. We should remove the browser run altogether and support only running of the complete workflow on Temporal.
So, the run button will only have the option of executeWorkflow function and run will run that on Temporal. No other JS object functions will be available to run.
We should also remove the logs tab from the debugger along with this for the JS object as it is no longer useful without a browser run.
Acceptance Criteria:
Workflow Execution on Temporal Only:
All workflows are executed exclusively on Temporal, with no browser execution support.
The executeWorkflow function is the only available option in the run button, executing solely on Temporal.
No JS Object Functions in Run:
The run button should not display or allow any JS object functions to be executed apart from executeWorkflow.
Removal of Logs Tab in Debugger:
The logs tab for JS objects is removed from the debugger as JS object browser runs are no longer supported.
executeWorkflow
is run on Temporal and all other functions are run on the browser. This is confusing to the user as they see 2 experiences for 2 types of JS functions. We should remove the browser run altogether and support only running of the complete workflow on Temporal.executeWorkflow
function and run will run that on Temporal. No other JS object functions will be available to run.Acceptance Criteria:
Workflow Execution on Temporal Only:
executeWorkflow
function is the only available option in the run button, executing solely on Temporal.No JS Object Functions in Run:
executeWorkflow
.Removal of Logs Tab in Debugger: