Skip to content
#

workflows

Here are 245 public repositories matching this topic...

bishopbm1
bishopbm1 commented May 4, 2020

SUMMARY

Errors are generated in /var/log/st2/st2rulesengine.log even though the rule is run successfully with out issues.

STACKSTORM VERSION

# st2 --version
st2 3.2.0, on Python 2.7.5
OS, environment, install method
# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.8 (Maipo)

Installed with Puppet module

Steps to reprod

elsatch
elsatch commented Aug 12, 2019

As I was following the tutorials, I discovered that they Keywords screen has changed. Now there are two options for input: "with input as argv", "with input as {query}". The option "with input as argv" is selected by default.

Tutorial is written using "with input as {query}", so initially it doesn't match on the screen. There is no option to choose the Escaping options in the "with input as arg

bogdang989
bogdang989 commented Jan 14, 2020

Example:
Run this tool (provide any directory as the aa input)

class: CommandLineTool
cwlVersion: v1.0
baseCommand: ["echo"]
inputs:
- type: Directory
  id: aa
  inputBinding:
    valueFrom: "$(self.listing.length)"
outputs:
  o1:
    type: Directory
    outputBinding:
      glob: $(inputs.aa.basename)
requirements:
- class: InlineJavascriptRequirement
- class: InitialWork
RingoKam
RingoKam commented Apr 15, 2020

Is there a way to trigger a workflow from another workflow? Example:

  1. Trigger inner workflow, halt workflow until inner workflow is done.
  2. Inner workflow is complete, based on completed workflow state, proceed with workflow.

If this feature cannot be done with the current code, any pointers on how to implement one?

My first thought would be a combination of ReceiveHttpRequest/WriteH

charlesa101
charlesa101 commented Jul 3, 2019

Describe the bug
Github Gateway pod unable to create webhook because of trailing whitespace that gets appended to the webhook token in the header
Is this a bug? YES
Is there a deployment method to prevent it?

Environment (please complete the following information):

OS: macOS Mojave 10.14.4
minikube: v1.0.1
Helm: v2.14.0
argo workflow: v2.2.1
Argo-events: v0.9.2

gh-action-pypi-publish

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.