Project Filter for Workflows

OpenClow version: 1.5.11.93
self hosted opencore

First of all thanks for the new UI, was really needed.
I Just have an additional feature request:

On the improved RobotWorkflow page would it be possible to have a dropdown Filter by project? We have multiple projects with multiple workflows and many named the same among different projects. It would be great if we could just select a project and get all of that projects workflows.

Greetings Marvin

where did you get the 1.5.11 for self hosting :sweat_smile: ?

i’ve seen the 1.5.11 on Allans site, looks fantastic

@Morphyum That seems like a good thing to have, thank you …

@Anono_Nono In your docker file, use version number on the image tag.
Look for

    image: openiap/openflow

this is the same as

    image: openiap/openflow:latest

you can change that to

    image: openiap/openflow:edge

and then run

docker compose pull
docker compose up -d

or this,if your using the batch files

normal-pull
normal-up

to get the latest build. ( just be aware, this may have debug information, it may have bugs and so on, so use at your own risk )

1 Like

this has been added now.

Exactly what I hoped for, thanks a lot.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.