Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
15 views

i have the following process definition i trie to execude on Camunda 7.24 / CibSeven 2.1 which currently logs during execution many OptimisticLockingException. i could already trace it down that it ...
BigMichi1's user avatar
  • 308
Best practices
0 votes
6 replies
54 views

the title is somewhat difficult i try to explain what i want the input from you all. My current practice from a feature/bug development towards the codes journey to the production is following I get ...
FlorianD's user avatar
  • 113
0 votes
0 answers
21 views

I’m working with MCP server tools and have run into a question about the ordering of prompts and tool calls: In my workflow I use a tool (for example split_task_raw) to decompose a task. After the ...
uania's user avatar
  • 3
-1 votes
1 answer
45 views

I'm doing Infrastructure as Code for a project and it involves setting up the Azure infrastructure via Github workflow. What i do in my composite is: Create a resource group Build bicep files Run &...
Carius's user avatar
  • 1
0 votes
2 answers
51 views

I am working with a complex pipeline in Snakemake running on an HPC cluster managed by SLURM. My workflow runs across multiple servers with varying capacities. While Snakemake's distribution of jobs ...
Decarls's user avatar
1 vote
1 answer
109 views

Here’s the pattern I want: Dispatch multiple tasks in parallel. Aggregate all their results into a final result. Remove the intermediate results right after the chord result is ready, without ...
Temax's user avatar
  • 97
0 votes
1 answer
103 views

I'm confused about GCP Workflows data size limits. The documentation states: The maximum size of an HTTP response (if saved to a variable, the memory limit for variables applies): 2 MB The maximum ...
TinyTiger's user avatar
  • 2,255
0 votes
0 answers
78 views

I am building a workflow using GitHub actions to automate test runs for my current Godot project. I have written two independent actions and one workflow which references them. Of these two actions - ...
Lorenzo Colelli's user avatar
0 votes
0 answers
90 views

I'm building a workflow in n8n (v1.100.1, Cloud) that reads a list of Reddit posts from a Google Sheet and posts a unique comment to each one in a loop. The Goal: The workflow should iterate through ...
kentpikard's user avatar
0 votes
1 answer
83 views

I am looking to use temporal to stitch my customers journey in an e-commerce platform. The workflow is supposed to start when a user clicks on 'search', and supposed to end when the customer finally ...
Harshit's user avatar
  • 1,331
0 votes
0 answers
87 views

I am learning Oracle Apex 24, and creating a workflow ( created a human task / task definition ). I am able to create parameters initialized once when the workflow started but they are read only for ...
Sly Warden's user avatar
0 votes
1 answer
33 views

I'm calling a process for the first available batch of maximum 20 samples that, in between, are filtered by size: // aligned_bam_bai_pairs_ch is a channel of tuples(path, path) ...
P. Solar's user avatar
  • 369
0 votes
0 answers
26 views

I have an Argo flow, which, on one step, triggers another flow. The template is like that: - name: child-trigger inputs: parameters: - name: file-path - name: wf-...
Arik's user avatar
  • 191
0 votes
0 answers
42 views

I have a simple Python project with the following structure: root/ │── src/ │ ├── package_name/ │ │ ├── __init__.py │ │ ├── main.py │ │ ├── submodules1/ │ │ │ ├── ...
NaineeL SoyantaR's user avatar
0 votes
0 answers
56 views

I have setup github workflow that's get triggered on push to main and creates release using marvinpinto/action-automatic-releases Now, i would like to do one more step before the release, run other ...
Mr-Auto's user avatar
  • 111
0 votes
0 answers
380 views

When I try to use an action that connects with Teams, I get the following error: The execution of template action 'Send_each_adaptive_card' failed: the result of the evaluation of 'foreach' expression ...
Vik95action's user avatar
-1 votes
1 answer
56 views

So I am facing this problem where I have to download hundreds of files from Windchill, that are stored in a common drive folder on our server, so that everyone can access it. Then I have to copy and ...
Aryan 's user avatar
  • 33
0 votes
1 answer
111 views

I need to setup a workflow in teams where the flow is When a webhook request is received Post the content as an adaptive card in a teams channel And in the adaptive card there is a field called email,...
Sowmya Kavuri's user avatar
0 votes
0 answers
99 views

I want to trigger a GitHub Actions workflow when a pull request review is submitted. However, I need to ensure that: The workflow cannot be modified from within the pull request itself. The workflow ...
Nirmal Savinda's user avatar
0 votes
0 answers
42 views

I am running a very simple script in Databricks: try: spark.sql(""" DELETE FROM raw.{} WHERE databasename = '{}'""".format(raw_json, dbsourcename)) ...
codingnoob's user avatar
1 vote
1 answer
218 views

I have created a workflow with Xcode Cloud to compile (archive) and release my app to TestFlight when a new commit is pushed on master branch. I created the workflow on Xcode, I gave permissions to ...
jordi toda's user avatar
0 votes
0 answers
66 views

I'm trying to automatically create a package whenever I publish a release to my private repo, so that I can use that package as a private dependency in another project. To this end I have a file at /....
Mitya's user avatar
  • 34.7k
0 votes
0 answers
258 views

I'm working on a custom function in Zoho CRM to calculate the total price of an order when a new record is created in a custom module called Orders. The function is triggered via a workflow rule. The ...
Ahmad Alattal's user avatar
0 votes
2 answers
965 views

I'm in Databricks, where I have a python notebook that takes a file from the landing, processes it and saves a delta table. This notebook contains a parameter (time_prm) that allows me to do this ...
Jresearcher's user avatar
2 votes
1 answer
327 views

I faced a problem when I was trying to move from client secret to OIDC signing in using GitHub actions. The code that I have currently: on: workflow_call: secrets: azure-credentials: ...
Piotr Gębalski's user avatar

1
2 3 4 5
109