Skip to content

Files

Latest commit

94563b3 · Jan 20, 2022

History

History
This branch is 1732 commits ahead of, 2453 commits behind walmartlabs/concord:master.

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 2, 2021
Jan 4, 2021
Jan 4, 2021
Jan 4, 2021
Jan 4, 2021
Jan 4, 2021
Jan 4, 2021
Jan 4, 2021
Mar 23, 2020
Jan 4, 2021
Jul 28, 2021
Jan 4, 2021
Jan 4, 2021
Oct 15, 2017
Jan 4, 2021
Jan 4, 2021
Apr 23, 2018
Jan 4, 2021
Apr 3, 2020
Aug 8, 2019
Sep 14, 2021
Nov 22, 2018
Dec 13, 2018
Oct 11, 2019
May 19, 2020
Aug 21, 2019
May 19, 2020
Jan 4, 2021
Dec 11, 2017
Dec 11, 2017
Feb 7, 2018
Nov 6, 2018
Dec 11, 2017
Aug 21, 2019
Nov 24, 2019
Jun 21, 2018
Dec 11, 2017
Aug 21, 2019
Jan 15, 2018
Jan 4, 2021
May 19, 2020
May 19, 2020
May 19, 2020
Dec 11, 2017
Jun 25, 2020
Feb 23, 2018
Oct 10, 2020
Jun 16, 2019
Dec 11, 2017
Jan 4, 2021
Jan 4, 2021
Jan 4, 2021
May 19, 2020
Jan 4, 2021
May 19, 2020
May 2, 2019
Apr 17, 2020
Jun 6, 2018
Jan 4, 2021
Dec 11, 2017
Jan 4, 2021
Dec 11, 2017
May 19, 2020
Aug 15, 2018
Feb 12, 2018
Feb 12, 2018
Aug 16, 2018
Jan 14, 2020
Apr 28, 2020
Dec 11, 2017
Jul 13, 2018
Jan 4, 2019
Jan 20, 2022
May 11, 2020
Feb 12, 2021
Jan 4, 2021
Mar 23, 2020
Feb 22, 2018
Jan 14, 2020
Jan 4, 2021
Jan 4, 2021
Aug 8, 2019

Examples

Basic

  • ansible - running an Ansible playbook from a workflow process;
  • datetime - how to work with dates and date/time formats;
  • forms - using basic forms;
  • git - how to clone a GIT repository;
  • hello_initiator - a simple example that shows how to use automatically provided variables such as ${initiator};
  • hello_world2 - how to send external parameters;
  • hello_world - a simple example demonstrating how to pass a variable to a process;
  • http - a simple example demonstrating how to call restful endpoints
  • in_variables - how to use IN-variables when calling a flow;
  • jira - how to create an issue in JIRA;
  • ldap - how to query an AD/LDAP server;
  • long_running - a simple example of a long-running process using sleep task;
  • looper - triggering Looper jobs from Concord;
  • loops - how to iterate a collection;
  • multiple_flows - multiple flows in a single YAML file;
  • out - how to use process OUT variables;
  • out_groovy - using OUT variables coming from Groovy scripts;
  • parsing_yaml_json - how to work with YAML and JSON files;
  • project_file - basic usage of a concord.yml project file;
  • slack - sending a message to a Slack channel;
  • slackChannel - how to manage Slack channels;
  • smtp - using SMTP task.

Intermediate

Advanced

Expert

  • mocking - how to use Groovy to replace "real" tasks with "mock" versions for testing;