• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

xethorn / garcon
89%
master: 95%

Build:
Build:
LAST BUILD BRANCH: xethorn-patch-1
DEFAULT BRANCH: master
Repo Added 22 Dec 2014 09:45PM UTC
Files 26
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH add-param
branch: add-param
CHANGE BRANCH
x
Reset
  • add-param
  • 0.0.1
  • 0.0.2a1
  • 0.0.2a10
  • 0.0.2a2
  • 0.0.2a4
  • 0.0.2a5
  • 0.0.2a6
  • 0.0.2a7
  • 0.0.2a8
  • 0.0.2a9
  • 0.0.4
  • 0.0.5
  • 0.0.6
  • 0.0.7
  • 0.1.0
  • 0.2.0
  • 0.2.1
  • 0.2.2
  • 0.2.3
  • 0.3.0
  • 0.3.1
  • 0.3.2
  • 0.4.0
  • 0.4.1
  • add-context
  • add-error-handler
  • add-version
  • boto2
  • branch-1.0
  • master
  • mo-14-dec-add-tests
  • mo-14-jan-add-input-as-part-of-context
  • mo-15-add-context
  • mo-15-april-add-task-runner
  • mo-15-feb-add-contextify
  • mo-15-feb-add-instance-and-generator
  • mo-15-feb-add-run
  • mo-15-feb-add-task-runner
  • mo-15-feb-fix-yield
  • mo-15-jan-add-timeouts
  • mo-15-june-add-state
  • mo-15-march-add-workflow
  • mo-15-march-remove-activity
  • mo-15-may-add-support-for-external
  • mo-16-april-add
  • mo-17-august-add-example-of-full-decider
  • mo-apply-pep8
  • xethorn-handle-activity-failures
  • xethorn-patch-1
  • xethorn/20-june-1.0.1
  • xethorn/20-june-add-support-for-running-tests-on-pull-requests
  • xethorn/20-june-bump-version
  • xethorn/20-june-bump-version-1
  • xethorn/20-may-add-github-workflows
  • xethorn/20-may-add-workflow-to-publish-to-github
  • xethorn/20-may-create-alpha-release
  • xethorn/20-may-issue-0.4.1
  • xethorn/20-may-issue-1.0.0a2
  • xethorn/20-may-remove-python27
  • xethorn/2021/may/add-codeql
  • xethorn/21-may-update-readme

pending completion
275

push

travis-ci

xethorn
Add Param.

Not all the values that needs to be passed to the tasks are from the context, they could be values
that are part of the flow configuration, and values that should not need to be sent to AWS (for
instance: database credentials.)

This features allows to parametrize the fill. You can use: StaticParam or Param. Param is the
default behavior, and StaticParam is a value passed to the activity without sending it to SWF.
Note: this is not compatible with external activities, external activities can only consume
values that have been sent to SWF.

Retrocompatibility is ensured: all value strings are turned into Param.

Example:

    print_country_id.fill(
        country_id=param.Param('generator.country_id'),
        static=param.StaticParam('Hello World'))

@rantonmattei

420 of 474 relevant lines covered (88.61%)

1.77 hits per line

Relevant lines Covered
Build:
Build:
474 RELEVANT LINES 420 COVERED LINES
1.77 HITS PER LINE
Source Files on add-param
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
275 add-param Add Param. Not all the values that needs to be passed to the tasks are from the context, they could be values that are part of the flow configuration, and values that should not need to be sent to AWS (for instance: database credentials.) This f... push 03 Jun 2015 08:42PM UTC xethorn travis-ci pending completion  
See All Builds (629)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc