workflow Questions

3

Solved

I have been tasked with creating a flow chart for some client server and start up processes in our organizations software. A lot of our processes run concurrently as they have no impact on one anot...
Froude asked 25/10, 2012 at 18:10

4

Solved

Create badge image: Created badge image result: [ Why is there not a "passing"/"failed"/"succeeded"? Workflows
Opt asked 14/4, 2022 at 8:14

3

Solved

Let's say you are building a Python-based web app that requires some workflow management such as that in jBPM or Windows Workflow Foundation. Is there a library that offers this in the Python world...
Objectify asked 29/9, 2009 at 16:12

10

Solved

I have a GitHub workflow that creates APKs for my Flutter app. This worked fine until recently, I seem to have exhausted some kind of quota. Now when the workflow runs I get this error: Create Arti...
Cyanosis asked 16/1, 2022 at 14:3

2

Solved

I'm trying to format a message using Slack Workflow Builder, but it doesn't work. I prepare a text as single variable and pass it to Slack webhook. In Slack Workflow Builder I receive it and send a...
Deaf asked 27/9, 2021 at 7:42

3

Solved

Does anyone of you know what GitHub actually stores in their GitHub Storage (for Actions and Packages)? GitHub keeps telling me: You've used 100% of included services for GitHub Storage (GitHub Ac...
Daubery asked 5/1, 2021 at 10:15

18

I need to reset the iPhone Simulator a lot, and haven't found a way to do it without using the mouse. It's a small thing, but I'm really sick of doing it and would love to have a way to do this usi...
Whippoorwill asked 26/2, 2011 at 5:23

2

Right now, we're running a manual workflow in order to deploy our product to production. We have one input and we can choose our brand which needs to be deployed. It's including options like on: w...
Henn asked 15/3, 2022 at 12:19

2

Solved

I've created a workflow on GitHub actions. The first run worked well, but the next time I push to the main branch fails at install dependencies step. It throws me the following error ##[debug]Evalu...
Olpe asked 21/2, 2023 at 3:22

14

Solved

Is there an easy way to write C code that can access its Git version hash? I wrote software in C to collect scientific data in a laboratory setting. My code records the data it collects in a .yam...
Speos asked 10/11, 2009 at 0:30

0

Consider the GitHub action workflow file below. I would like to access json dictionary value using key stored in a variable. The first run command shows how it is done when the key (foo2 in this ex...
Interpol asked 17/9, 2023 at 22:43

4

Each time I create a PR or make commits, I have some workflows running. But since I have a private repo and I get only 2000 min/month for running workflows on Github Actions, I wanted to track the...
Pulverulent asked 20/9, 2019 at 22:46

13

Solved

Is it better to write a new workflow engine or to use an existing BPM engine: jBPM 5, Activiti 5? My application is a web based application and performance is important. My doubt is whether using ...
Collogue asked 23/1, 2013 at 7:13

2

Solved

I am working on a rather complex snakemake workflow that spawns several hundreds of thousands of jobs. Everything works... The workflow executes, DAG gets created (thanks to the new checkpoint impl...
Garnishment asked 28/2, 2019 at 9:49

2

I would like to know if there is any way to get the date of a commit through an environment variable or something to be able to use it within github actions.

17

Problem Is there any way in Airflow to create a workflow such that the number of tasks B.* is unknown until completion of Task A? I have looked at subdags but it looks like it can only work with a...
Auraaural asked 7/1, 2017 at 4:32

1

Solved

I have recently created a rehosted Workflow Designer application and noticed that the UI looks outdated when compared with how it looks in Visual Studio. Does anyone know which could be the problem...
Hypsography asked 10/8, 2019 at 21:47

1

I have a workflow and I need to give multiline input to workflow. Something like below: name: Test on: workflow_dispatch: inputs: change-log: description: 'Changelog' required: true Here my c...
Throes asked 9/9, 2021 at 9:39

3

Solved

In Godot, when you import images and other assets into the editor, there's an additional <filename>.import file created. What are those .import file used for? Should you commit them to your...
Aneurysm asked 18/1, 2019 at 7:16

5

Solved

I have this workflow in a repo called terraform-do-database and I'm trying to use a reusable workflow coming from the public repo foo/git-workflows/.github/workflows/tag_validation.yaml@master name...
Kangaroo asked 5/5, 2022 at 20:10

2

Solved

How do I create a workflow that can only be started manually, while it will need to specify a specific commit with which it will work?
Gee asked 21/10, 2022 at 5:10

3

Is there any way to trigger a specific Github action workflow by commit-message value? For example, if I push with the commit message "smoke_test", only (one specific workflow ) smoke tes...
Inelegance asked 16/12, 2021 at 10:26

4

Solved

I have to create a workflow in C# capable of moving an object (persisted as a database record) through an approval workflow where people are required to perform some sort of action or validat...
Sielen asked 4/3, 2011 at 19:25

3

Solved

I have a repository with two branches: live and stage. The repository holds code for a web based application. I would like to maintain two different .htaccess files for the stage and live branches,...
Sphincter asked 23/12, 2010 at 3:40

3

On push event, is it possible to get the PR title , so that i can use the same to create a release and tag. Currently, i am not able to get PR title on push event. Can anyone please help.
Requisite asked 17/2, 2022 at 4:10

© 2022 - 2024 — McMap. All rights reserved.