workflows
Here are 590 public repositories matching this topic...
Is your feature request related to a problem? Please describe.
I'd like to be able to debug cadence's space usage by breaking down the size of history events by workflow type. But currently I cannot.
Proposed Solution
Proposed by @longquanzheng in the cadence slack: track a historySize in ES so we can query it for aggregation.
Additional context
OpenProject is the leading open source project management software.
-
Updated
Jun 3, 2022 - Ruby
Listen to your to PostgreSQL database in realtime via websockets. Built with Elixir.
-
Updated
May 23, 2022 - Elixir
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
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
Describe the event source. What app is this for, and what event does the trigger correspond to?
- specific public list emits new tweet
- search tweets of specific public list(s)
Please provide a link to the relevant API docs for the specific service / operation this trigger is tied to.
:(
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.
Full-featured library for writing Alfred 3 & 4 workflows
-
Updated
May 22, 2022 - Python
A Django app that creates automatic web UIs for Python scripts.
-
Updated
Oct 8, 2021 - Python
IAM MSK support
Receive events from MSK with IAM auth config https://docs.aws.amazon.com/msk/latest/developerguide/iam-access-control.html
Repository for the CWL standards. Use https://cwl.discourse.group/ for support
-
Updated
May 21, 2022 - Common Workflow Language
使用有道翻译你想知道的单词和语句
-
Updated
Apr 11, 2022 - Python
UVdesk Opensource Community Helpdesk Project built for all to make a Full Ticketing Support System along with many more other features.
-
Updated
Apr 12, 2022 - PHP
-
Updated
Jun 1, 2022 - TypeScript
Framework for large distributed pipelines
-
Updated
Apr 13, 2022 - Rust
Sending a rest call to delete a job specification throws 404 where as grpc call works fine. Steps to reproduce
curl -X DELETE "http://localhost:9100/v1/project/my-project/namespace/kush/helloworld" -H "accept: application/json"The open source, end-to-end computer vision platform. Label, build, train, tune, deploy and automate in a unified platform that runs on any cloud and on-premises.
-
Updated
Nov 15, 2021 - Go
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%|
Describe the bug
Deploying a new job, then pulling logs via the CLI results in a panic (SIGSEGV).
To Reproduce
odin deploy -f test.job.yamlodin 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
A collection of useful GitHub Actions
-
Updated
Aug 17, 2021 - Dockerfile
React
-
Updated
Jun 2, 2022 - JavaScript
Github action to retrieve all (added, copied, modified, deleted, renamed, type changed, unmerged, unknown) files.
-
Updated
Jun 3, 2022 - Shell
Docs: 404
New documentations not found.
Examples:
This page:
https://aiida.readthedocs.io/projects/aiida-core/en/v1.0.0/_modules/aiida/backends/tests/orm/utils/test_loaders.html
directs to a newer version, which is non-existing:
https://aiida.readthedocs.io/projects/aiida-core/en/v1.6.4/_modules/aiida/backends/tests/orm/utils/test_loaders.html
This page:
https://aiida.readthedocs.io/projects/
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:
Add an example workflow in the examples/gradle/ folder that exemplifies how to make use of Popper to create a CI pipeline for java projects that use gradle as their build system. The image used by the workflow can be the official one.
cli: colorize output
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
Improve this page
Add a description, image, and links to the workflows topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the workflows topic, visit your repo's landing page and select "manage topics."



Is there an existing issue for this?
SubTasks
Currently SaaS plugin does not any test cases. Need to add JUnit TC on the lines of other plugins.