Skip to content
#

workflows

Here are 581 public repositories matching this topic...

appsmith
Rishabh-Rathod
Rishabh-Rathod commented Apr 14, 2022

Is there an existing issue for this?

  • I have searched the existing issues

Description

As klona is faster when compared to lodash's cloneDeep. We would like to migrate from cloneDeep to klona in all the places where it is possible in client code.

Steps

Good First Issue Low effort Task FE Coders Pod
longquanzheng
longquanzheng commented Feb 5, 2021

Is your feature request related to a problem? Please describe.
Need to search using LIKE operator with search attributes? eg, WorkflowType LIKE workflowType-prefix.*
Right now the workflowType is using keyword type for performance reason so it doesn't support wildcard search.

https://www.elastic.co/guide/en/elasticsearch/reference/current/keyword.html

keyword fields are untokeniz
feature up-for-grabs good first issue
anrajme
anrajme commented Mar 9, 2022

SUMMARY

While using the action runner type "local-shell-script", the action always try to set execute permission for the action script before the execution.

For example, action runner logs for the core.sendmail action

2022-03-09 07:02:06,866 INFO [-] Executing action via LocalRunner: dcc6c28d-5674-4cc2-9174-ca6c1e7b23a3
2022-03-09 07:02:06,866 INFO [-] [Action info] name: sendm
samarabbas
samarabbas commented May 15, 2021

Need to fix this TODO in the code:

         // TODO: we need to consider adding execution time to mutable state
	// For now execution time will be calculated based on start time and cron schedule/retry policy
	// each time DescribeWorkflowExecution is called.

https://github.com/temporalio/temporal/blob/master/service/history/historyEngine.go#L1184

elsa-core
404DevOps
404DevOps commented Mar 14, 2022

I would like to implement a ActivityInput Field in my custom Activity where in the Workflow Designer it will be shown like a usual Password Input, so having either Dots or Asteriks Masking the Value but currently there's no such type for the decorator.

image

enhancement good first issue
Szrky53
Szrky53 commented May 7, 2022

Describe the event source. What app is this for, and what event does the trigger correspond to?

**Please provide a link to the relevant API docs for the specific service / operation this trigger is tied

enhancement help wanted good first issue question
gh-action-pypi-publish
tzulberti-jampp
tzulberti-jampp commented Feb 19, 2020

I am not sure if this belongs here, but I am having an issue when using this Github Action.

This is the link to the github run that failed:
https://github.com/jampp/migratron/pull/25/checks?check_run_id=456554120

and the content is:

Uploading distributions to https://test.pypi.org/legacy/
Uploading migratron-1.1.0-py3-none-any.whl

  0%|          | 0.00/30.5k [00:00<?, ?B/s]
100%|
enhancement help wanted good first issue
odin
tmkontra
tmkontra commented Aug 2, 2020

Describe the bug
Deploying a new job, then pulling logs via the CLI results in a panic (SIGSEGV).

To Reproduce

  1. odin deploy -f test.job.yaml
  2. odin log -i {job_id}
vagrant@vagrant:~/odin$ odin log -i dea194794589
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x40 pc=0x79c764]

goroutine
bug good first issue
aiida-core
jackton1
jackton1 commented Jul 11, 2021

Is your feature request related to a problem? Please describe.

Given that both files and directories can be added using the files input which seems limited to describing files.

Describe the solution you'd like?

Proposed change here would be renaming files to paths which is more generic and can describe both file based paths and directories.

Describe alternatives you'v

enhancement good first issue
cwltool
bartns
bartns commented Mar 2, 2022

Expected Behavior

cwltool ignores default values when using the argument on the command line

Actual Behavior

Calling cwltool with an argument that is a string[] in the command line will keep the the default value in the array.
Does not happen when using a yaml file as input.

Workflow Code

#!/usr/bin/env cwl-runner

cwlVersion: v1.2
class: CommandLineTool

baseCommand: 
SwiftCurrent
Tyler-Keith-Thompson
Tyler-Keith-Thompson commented Aug 3, 2021

Is your feature request related to a problem? Please describe.

I've got multiple workflows in SwiftUI being presented at the same time. I'd like to abandon them all if a user is logged out. This is achievable in UIKit because you can just extract and use the data model. For example, I could've created multiple workflows and stored them somewhere, then just called abandon on them. However, bec

enhancement good first issue

Improve this page

Add a description, image, and links to the workflows topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the workflows topic, visit your repo's landing page and select "manage topics."

Learn more