workflows
Here are 528 public repositories matching this topic...
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
-
Updated
Feb 16, 2022 - Ruby
Apart from Unit and Integration tests, we should also run the st2-self-check script for every PR as part of the CI pipeline.
Something we do in e2e and manual testing.
It should be possible with the Github Actions and would help us to catch bugs before merging into master.
Ex #5489.
-
Updated
Feb 15, 2022 - Elixir
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
Allow the upsert of a workflow definition to include setting CustomAttributes by adding a property on the SaveWorkflowDefinitionRequest.
Add CustomAttributes property to WorkflowDefinitionSummaryModel as well.
Use case: Allowing user to set some metadata fields through the UI and persisted in CustomAttributes when saving the workflow. Then surface those custom attributes on `Workfl
-
Updated
Dec 28, 2021 - Python
Describe the event source. What app is this for, and what event does the trigger correspond to?
Would love to have a trigger for when a member is added to a guild.
Please provide a link to the relevant API docs for the specific service / operation this trigger is tied to.
https://discord.com/developers/docs/topics/gateway#guild-member-add
-
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
-
Updated
Feb 13, 2022 - Common Workflow Language
-
Updated
Mar 30, 2021 - Python
-
Updated
Dec 17, 2021 - PHP
-
Updated
Feb 14, 2022 - Rust
-
Updated
Feb 15, 2022 - TypeScript
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"-
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
-
Updated
Aug 17, 2021 - Dockerfile
-
Updated
Feb 14, 2022 - JavaScript
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
No error
Actual Behavior
IndexError: list index out of range
Workflow Code
cwlVersion: v1.2
class: CommandLineTool
inputs: []
outputs: []Full Traceback
$ cwltool --debug missing.cwl
INFO /home/michael/wdl2cwl/env/bin/cwltool 3.1.20220204090313
INFO Resolved 'missing.cwl' to 'file:///home/michael/wdl2cwl/missing.cwl'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
-
Updated
Feb 14, 2022 - Swift
-
Updated
Feb 13, 2022 - Kotlin
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?
Current Behavior
Update label
Send client credentials withtoSend client credentials with (on refresh token):under theAdvanced settingstab that appears forOauth+Authorization Codesetting.Steps To Reproduce