The Wayback Machine - https://web.archive.org/web/20211202152348/https://github.com/topics/workflow
Skip to content
#

workflow

Here are 3,197 public repositories matching this topic...

josh-fell
josh-fell commented Nov 30, 2021

Apache Airflow Provider(s)

microsoft-azure

Versions of Apache Airflow Providers

Latest of all providers available on Airflow main.

Apache Airflow version

main (development)

Operating System

Debian GNU/Linux 10 (buster)

Deployment

Other

Deployment details

Using Breeze on main branch.

What happened

When authenticating to Azure

scravy
scravy commented Nov 26, 2021

Summary

It is possible to access individual parameters, labels, or annotations from within a workflow via

  • workflow.parameters.<NAME>,
  • workflow.labels.<NAME>,
  • and workflow.annotations.<NAME> respectively.

It is also possible to get all parameters as a JSON string:

  • workflow.parameters

It would be great if also labels and annotations could be exposed that way:

SuiteCRM
Zelldon
Zelldon commented Nov 17, 2020

Description

When using the zbctl to create a worker we are able to set some flags, like the timeout of the job activation, but it is not clear from the help what the unit is and how the parameter should look like.

[zell camunda-cloud/ ns:bece6b37-3b9c-4fd0-8e79-4990cd0d057d-zeebe]$ zbctl create worker
Error: accepts 1 arg(s), received 0
Usage:
  zbctl create worker <type> [flag

Improve this page

Add a description, image, and links to the workflow 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 workflow topic, visit your repo's landing page and select "manage topics."

Learn more