Hymmen opened a new issue, #3814:
URL: https://github.com/apache/hop/issues/3814

   ### Apache Hop version?
   
   2.6, 2.7, 2.8
   
   ### Java version?
   
   openjdk version "17.0.8" 2023-07-18
   
   ### Operating system
   
   Windows
   
   ### What happened?
   
   The import process for PDI does not set the run configuration for workflow 
tasks in a workflow.
   When running an imported workflow with workflow actions an error occurs at 
each workflow action, because the line 
"<run_configuration>local</run_configuration>" is missing in the task. It gives 
the following error:
   
   <transformation> - ERROR: Error running action 'workflow' :
   <transformation> - ERROR: org.apache.hop.core.exception.HopException: 
   <transformation> - You need to specify a workflow run configuration to 
execute this workflow
   <transformation> - 
   <transformation> -   at 
org.apache.hop.workflow.engine.WorkflowEngineFactory.createWorkflowEngine(WorkflowEngineFactory.java:43)
   <transformation> -   at 
org.apache.hop.workflow.actions.workflow.ActionWorkflow.execute(ActionWorkflow.java:445)
   <transformation> -   at 
org.apache.hop.workflow.Workflow.executeFromStart(Workflow.java:655)
   <transformation> -   at 
org.apache.hop.workflow.Workflow.executeFromStart(Workflow.java:798)
   <transformation> -   at 
org.apache.hop.workflow.Workflow.executeFromStart(Workflow.java:798)
   <transformation> -   at 
org.apache.hop.workflow.Workflow.executeFromStart(Workflow.java:798)
   <transformation> -   at 
org.apache.hop.workflow.Workflow.executeFromStart(Workflow.java:798)
   <transformation> -   at 
org.apache.hop.workflow.Workflow.executeFromStart(Workflow.java:456)
   <transformation> -   at 
org.apache.hop.workflow.Workflow.startExecution(Workflow.java:300)
   <transformation> -   at 
org.apache.hop.workflow.engines.local.LocalWorkflowEngine.startExecution(LocalWorkflowEngine.java:249)
   <transformation> -   at 
org.apache.hop.ui.hopgui.file.workflow.HopGuiWorkflowGraph.lambda$start$9(HopGuiWorkflowGraph.java:3683)
   <transformation> -   at java.base/java.lang.Thread.run(Thread.java:833)
   
   Right now, you have to edit each task and close it with OK to truly set the 
run configuration for the task.
   
   ### Issue Priority
   
   Priority: 3
   
   ### Issue Component
   
   Component: Import


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to