Skip to content
#

workflows

Here are 316 public repositories matching this topic...

longquanzheng
longquanzheng commented Oct 6, 2020

Is your feature request related to a problem? Please describe.
Using Reset command with CLI will get code:deadline-exceeded message:timeout easily because reset requires replay in the server. It's quite resource consuming, depending on the length/size of the history.

By default the CLI context timeout is only 5 seconds:
https://github.com/uber/cadence/blob/63bdb5d7a04285cf57992c574639c9

jamesdreid
jamesdreid commented Nov 30, 2020

SUMMARY

The ST2 common "list_

STACKSTORM VERSION

st2 3.2.0, on Python 3.6.8

OS, environment, install method

Post what OS you are running this on, along with any other relevant information/

Centos8 - one-liner install

Steps to reproduce the problem

Implement a simple sensor that calls the "list_values(local=True, prefix=None)" method to retrieve the data fro

sfmskywalker
sfmskywalker commented Jan 12, 2019

The existing HTTP Request Trigger activity needs to be enhanced so that it allows users to have it generate a SAS token. The workflow will then only be triggered if the provided SAS token is valid. This prevents the workflow from being invoked by anyone other than those who have the full URL (including the SAS token appended as a querystring).

appsmith
odin
ttymck
ttymck 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
gh-action-pypi-publish
cwltool
mr-c
mr-c commented Oct 31, 2020

Expected Behavior

cwltool --validate https://github.com/common-workflow-language/cwl-v1.2/raw/main/tests/conflict-wf.cwl validates all objects inthe file.

Actual Behavior

Tell us what happens instead

INFO /usr/bin/cwltool 3.0.20200807132242
ERROR Tool definition failed initialization:
Tool file contains graph of multiple objects, must specify one of #echo, #cat, #collision
aiida-core
mbercx
mbercx commented Oct 21, 2020

I'd like to discuss two small changes to the API of the List and Dict classes:

Initialization

Is your feature request related to a problem? Please describe

When initializing a List or Dict node, you have to pass dict or list as a keyword argument:

l = List(list=[1, 2, 3])

If you try to instead just pass the list as a positional argument, you are

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

You can’t perform that action at this time.