-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to use windmill because there is nothing Nextcloud related - Inadequate documentation #24
Comments
Hi, I am currently trying out the flows as well, and came across the same issue. Even though it says it syncs some Nextcloud related things from the hub, they do not show up. I helped myself by just going to the public Windmill Hub and copying those scripts I needed. To get a flow being triggered by a webhook, the documentation mentions
Cheers |
@nicolashimmelmann Thanks for your info, I have tried this now and at least I got a step further. I have created the CORE:LISTEN_TO_EVENT Node and added two events - NodeCreatedEvent and NodeWrittenEvent. |
It's funny because you are going through the same issues I faced at the beginning 😆 Maybe these common issues should be put in the documentation to make things easier for future users... Your "CORE:LISTEN_TO_EVENT" node has a little stop sign. This means on a certain condition the flow will stop at this point. Check the documentation here: https://www.windmill.dev/docs/flows/early_stop You need to flip a switch in the Advanced settings of the node. EDIT: Let me know if you find a way to trigger a flow when a file is moved within Nextcloud (not freshly uploaded). Up to now I don't see any event being available for that |
Can I ask the script kind for "CORE:LISTEN_TO_EVENT" should be "Trigger" or "Action" ? and can help to verify if I am doing these correctly for passing values between blocks ?
|
I always chose Action. Trigger scripts are "intended to be used as scheduled poll with schedules and states" (docs)
Looks good. However, you are not referring other nodes/blocks, you just refer to the flow_input. To refer to the output of another block, you need to use |
How to use GitHub
Steps to reproduce
Expected behaviour
There are some scripts or anything Nextcloud related.
Actual behaviour
I am not sure what I should expect exactly, because the documentation, at its current state is not very clear how exactly someone should create his first workflow. I am unable to find anything which is Nextcloud related.
The docs (https://docs.nextcloud.com/server/latest/admin_manual/windmill_workflows/index.html#nextcloud-scripts) state that there should be scripts for Nextcloud available. But where do i find them? My Windmill interface is just empty.
I tried synchronizing (via Admin Workspace) and those logs sync some nextcloud resources. But where to find them? Inside the Nextcloud Workspace I cant find anything about that anymore.
But when i go to the hub.windmill.dev i can see Nextcloud:

So basically the problem is - the Docs are very inadequate and I have no idea how it should look like, if it looks correct, if there is a real error, or what I should do after installing the Flow App and opening windmill.
Server configuration
Web server: Tried with manual Apache and AIO
Database: Tried with Maria and AIO
PHP version: 8.3 and AIO
Nextcloud version: Nextcloud Hub 9 (30.0.2)
List of activated apps
Basic manual and AIO installation, no special other Apps or anything else installed.Nextcloud configuration
The text was updated successfully, but these errors were encountered: