Hey guys,
basically, I created a really quick workflow to periodically check up on some things (e.g. every hour).
All the automatically executed instances show “Workflow executed successfully” in KNIME WebPortal, but not e.g. the Table View nodes that I had configured to display some information.
Basically, I want the scheduled execution instances of a workflow to also display the view nodes I created, after successful execution.
I know that there’s a workaround, e.g.: to create an extra layer of persistence with some sort of database and then create dedicated “Viewing” workflow to visualize the gathered info, but that requires more time of course. I want to know whether I can use KNIME server for something quick+dirty like I mentioned.
so you have a scheduled workflow, where you are saving the job.
This workflows does have a component and inside the component there is a Table View.
If you open the job on the webportal, you are on the last page, hence you would need to go one page back to see the table view.
Is this all correct?
If yes, the only option to have the table on the last page without the need to go back is to have a report. Reports are shown on the last page. Would this help?
Basically, I don’t have a component to do certain inputs; all parameters are hard-coded in the config of the nodes. I just want the workflow to execute again and again over time and visualize the results in a table in the Webportal Jobs.
I tried your suggestion with the “Back” button, but that then sadly discards the job
I’d like to get it working without having to configure the report.
But if there’s no other chance, then I guess I’ll have to do it that way
There is a fundamental difference in the execution mode of workflows when started from the Analytics Platform and from the WebPortal. In the former case the job is run in a faster mode and no wizard pages or views will be available. Only when started from the WebPortal pages and views are available. Hence it’s not possible to schedule a job and then go to the WebPortal and attempt to go back one page. This is not a bug this is how the two different execution modes work.