workflow-engine
Here are 252 public repositories matching this topic...
The documentation for installing jobtype plugins is unclear. Specifically
Extract the archive into AzkabanExecutorServer ./plugins/ directory, rename it to jobtypes as specified above.
Firstly, what is meant by "the archive"? I assume it means the jar-file e.g. az-hadoop-jobtype-plugin-0.1.0-SNAPSHOT.jar . Is that correct? [No it wasn't see my follow ups below]
Secondly, there is al
Use Case
Please provide a use case to help us understand your request in context
The Kubernetes Job tasks in our task library mimic the Kubernetes API, but an expected 'normal' use case of them is composed of several steps, namely creating a namespaced job, polling for it to complete, and deleting the job at the end. Right now no task in the task library knows how to poll for job status, an
In the docs at
https://workflow-core.readthedocs.io/en/latest/json-yaml/
you make reference to IDefinitionLoader and indicate that using should be using WorkflowCore.Services.DefinitionStorage;
this is incorrect as the interfaces are at WorkflowCore.Interface
Also typos in this doc:
WorklfowCore.Primitives should be WorkflowCore.Primitives
`using using WorkflowCore.Servic
-
Updated
Jun 1, 2020 - C#
The error seems to be here:
https://github.com/viewflow/viewflow/blob/master/viewflow/test.py#L76
I made sure that I setup the URL as stated in the documentation.
AssertionError: PATH_INFO doesn't start with /: 'None
Description
We currently perform no checks when asked to commit a pending snapshot. It's then possible to commit snapshots older than the current one. While relatively safe right now (as we simply don't use them, and they eventually get removed on the next newer snapshot), it could eventually lead to issues as this is unexpected (and may lead to developers wasting time as they wouldn't expe
New feature
Ability to specify the Compute Engine disk type (pd-standard or local-SSD) found in the new Cloud Life Sciences API (https://cloud.google.com/life-sciences/docs/reference/rpc/google.cloud.lifesciences.v2beta#disk).
Usage scenario
Job's that require a high input/output operations per second and lower latency (https://cloud.google.com/compute/docs/disks/local-ssd).
S
-
Updated
May 24, 2020 - Python
-
Updated
Apr 19, 2020 - Java
-
Updated
May 28, 2020 - Python
I have disabled the PDF builds after merging #3124. It is probably something easy to fix, but is there a strong reason to keep building the PDF output?
-
Updated
May 15, 2020 - JavaScript
-
Updated
Apr 15, 2020 - Clojure
https://twitter.com/maksim_ka2/status/913404270732615680
<?php
public function can(string $nodeLabel, string $action): bool
{
$stateNode = null;
foreach ($this->process->getNodes() as $node) {
if ($node->getLabel() === $nodeLabel) {
$stateNode = $node;
}
}
if (false == $stateNode) {
t-
Updated
May 28, 2020 - Python
-
Updated
Apr 6, 2020 - Java
Hi,
I am trying to switch to SciLuigi from Luigi because I am interested in having support for SLURM. However, I cannot find any docs which show how to set up SlurmTask tasks. I am reading through the code, but it's still not clear to me what the intended usage is. Do you have any examples? I'd happy to write up and contribute a documentation page once I get the hang of it, I think it would be
The vendors/k8s.io/ directory structure has changed since the guide was written and the Makefile needs to be updated to reflect the change
-
Updated
Jun 1, 2020 - JavaScript
The project Warewolf.Studio.Viewmodels requires 90% Test coverage.
Commands and methods should have 100% test Coverage.
Dependendencies must be injected and mocking should be carried out using the Moq framework.
Each class listed above must have test coverage of at least 90% by its test
If I write verdi ru count_query.py and I press TAB I get on screen
File "/Users/pizzi/.virtualenvs/aiida_core_dev3/bin/verdi", line 10, in <module>
sys.exit(verdi())
File "/Users/pizzi/.virtualenvs/aiida_core_dev3/lib/python3.6/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
File "/Users/pizzi/.virtua
-
Updated
May 3, 2020 - C#
Provide a Helm Chart
Helm chart with an optional development postgres DB included.
-
Updated
Jun 1, 2020 - Java
Improve this page
Add a description, image, and links to the workflow-engine topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the workflow-engine topic, visit your repo's landing page and select "manage topics."

Summary
It would be nice if there were a dropdown or auto-complete for the label filter input.
Motivation
Unless you happen to know the exact text of the label you're trying to filter by, it's difficult to apply filters. It's also not immediately obvious in the UI that the label should be expressed as
key=value.Proposal
I think the label text box input should be replaced wi