Most voted "workflow" questions
A workflow (workflow) is a model for organizing work items.
Learn more…5 questions
Sort by count of
-
27
votes3
answers1491
viewsStrategies to prevent software regression
What programming strategies/best practices can be adopted to minimize the risk of software regression? Questions that can help guide: which "pranks"/bad practices can fool the programmer and leave a…
-
6
votes1
answer829
viewsR workflow: strategies to organize a data analysis project
Based on this question from the SOEN, ask: What strategies do you recommend to organize a data analysis project on R? The project usually involves the following steps (not necessarily in that…
-
4
votes1
answer82
viewsWhy doesn’t Github Workflow start?
I created in my repository (currently, Github master branch) a Workflow to run the tests of my Python application, using the pytest. I set it to run on ubuntu-latest in Python versions (3.6, 3.7 and…
-
1
votes1
answer79
viewsConstruction of workflow project
I’m building a system where I need to record drives and display them to certain users as well as the progress of the process. Follow an example: Dep- Departamento. Equipe- pertence ao departamento.…
-
0
votes1
answer151
viewsSQL in Genexus and Gxflow
You can return the result of an SQL query in Genexus transaction? I need to create a Workflow through Genexus, where using DBRET, I was able to read the data from an external BD and now I need to…