-
Updated
Apr 9, 2022 - TypeScript
workflow-automation
Here are 200 public repositories matching this topic...
-
Updated
Apr 8, 2022 - JavaScript
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
-
Updated
Apr 7, 2022 - Java
Describe the bug
The section on creating a service account in the Google Cloud console is out of date
IAM MSK support
Receive events from MSK with IAM auth config https://docs.aws.amazon.com/msk/latest/developerguide/iam-access-control.html
It would be nice if doit could use as many processes as there are CPUs instead of only a hardcoded number.
Currently, the autogenerated Archive choice still includes let bindings. Given that we control them this is somewhat redundant and we could just omit them to speed things up slightly.
Group support
We should have a group support to handle permissions access from a LDAP, SSO, ...
allowed_resolvers_groups on templates for example.
admin_groups on configuration for example.
Currently each Observer support state management.
Obsei store state in any of sqlalchemy supported database on schema mentioned in WorkflowTable class.
There is example also exist to show it's capability.
State m
-
Updated
Apr 7, 2022 - JavaScript
-
Updated
Apr 8, 2022 - Python
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%|
-
Updated
Apr 7, 2022 - JavaScript
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
Mar 29, 2022 - C#
-
Updated
Jan 31, 2022 - JavaScript
-
Updated
Mar 29, 2022 - Go
-
Updated
Apr 8, 2022 - Python
-
Updated
Mar 31, 2022 - Go
-
Updated
Mar 8, 2022 - Ruby
-
Updated
Apr 9, 2022 - Java
-
Updated
Apr 8, 2022 - Dockerfile
-
Updated
Mar 31, 2022 - Python
Follow up for #197 and #215
- Fix the
ORDER BYissue so that we don't accidentally overwrite extra dispatch IDs https://github.com/AgnostiqHQ/covalent/pull/215/files#diff-d5a1b52ef809a88edbb01367cf4a161ddc0b9ce35c885981d8a8363cb0588949R151 - Figure out why middleware doesn't work https://github.com/AgnostiqHQ/covalent/pull/215/files#diff-d5a1b52ef809a88edbb01367cf4a161ddc0b9ce35c8859
-
Updated
Apr 8, 2022 - Python
-
Updated
Jul 10, 2021 - Python
Improve this page
Add a description, image, and links to the workflow-automation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the workflow-automation topic, visit your repo's landing page and select "manage topics."
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