You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Cannot be processed when the submitted task script is empty code.
This scenario should return a prompt message that the script cannot be empty and prohibit submission or end the task directly. Expected behavior
When this method(org.apache.linkis.engineconn.computation.executor.execute.ComputationExecutor#toExecuteTask ) is executed, it should be judged whether the executed code is empty.
The text was updated successfully, but these errors were encountered:
Describe the bug
Cannot be processed when the submitted task script is empty code.
This scenario should return a prompt message that the script cannot be empty and prohibit submission or end the task directly.
Expected behavior
When this method(org.apache.linkis.engineconn.computation.executor.execute.ComputationExecutor#toExecuteTask ) is executed, it should be judged whether the executed code is empty.
The text was updated successfully, but these errors were encountered: