-
Notifications
You must be signed in to change notification settings - Fork 86
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 get fully working #508
Comments
Hey, just to be sure, do you use this https://github.com/latera/homs#in-production manual?
Could you please clarify what exactly you want to do:
Maybe you can provide some screenshots or smth. Activiti is definitely not supported anymore. |
Yes I followed that. I was able to create an order yaml file and upload it. But I could not for the life of me find out how to setup a process to do anything with the orders. I spent about 3 hours today trying to see if there were firewall issues, I wiped and redownloaded and retried, tried editing the .env file and nothing seemed to help. I was able to get on HOMS and create an order and do the yaml file stuff for custom orders setup, but Camunda had no way to create anything, but I could view the processes already on it. I was able to access the 9000 port program but it doesn't seem to do anything that I could see. I couldn't find anything that had a flow setup like the pictures I saw of this and it looks amazing. |
Well, it looks like you are trying to add new order type, right? (I can assume it because you uploaded order type YAML config to HOMS, but you didn't provide any information about what exactly you want to achieve). |
I set up just a test yaml to create a new order type to test out how it all works. When I tried to create a process that takes the order and processes it, I couldn't get anywhere. I tried finding a way in Camunda to create something since it had 3 demos already in it, but couldn't find a way. I tried to get this to work: http://hydra-oms.com/docs/system_workflow/#order_processing but I couldn't find a way to make the tasks appear or anything. I tried following this: http://hydra-oms.com/docs/setup/ & this: http://hydra-oms.com/docs/administration/ but couldn't get anything to work right. The goal was to have it setup to take a simple order (Beef) and then select numbers/weight of 5 sub-sections and then spit out a total price and a small invoice to a printer or as a PDF. I got the order creation set up and could input a new order for a customer, but then wasn't able to figure out how to get anything to work after that. I tried all the ports from the Docker-compose yaml, but only HOMS, Camunda and the thing on 9000 would connect. |
Sorry for the delay, now it's all clear :) You should build your own process with the same process definition key as you created in HOMS and then deploy it to Camunda. |
I used the docker-compose instructions and got HOMS open on 3000 but there was no way to add processes and all the other advertised things on here; Camuda was working but there isn't a way to create a new process. I tried to get Activiti installed even and I couldn't access it to do anything. Is there something I'm missing?
The text was updated successfully, but these errors were encountered: