Skip to content

Appsilon/mediforce-workflows

mediforce-workflows

Public workflow library for Mediforce — a workflow + agent orchestration platform for pharma.

Using workflows

Import any workflow into a Mediforce namespace:

# List available workflows
mediforce workflow import \
  --repo https://github.com/Appsilon/mediforce-workflows \
  --namespace <your-namespace>

# Import a specific workflow
mediforce workflow import \
  --repo https://github.com/Appsilon/mediforce-workflows \
  --workflow "Workflow Designer" \
  --namespace <your-namespace>

Structure

Each workflow lives in its own directory with a .wd.json definition file. The index.json at the root is the manifest the CLI uses for discovery.

workflow-designer/          # Built-in workflow designer variants
workflow-designer-2/
backlog-triage/             # Meta-workflows (operate on the platform itself)
community-digest/
mediforce-reviewer/
landing-zone/               # Pharma domain workflows
media-monitoring/
protocol-to-tfl/
sdtm-rule-migration/
tealflow/
tealflow-cowork/
examples/                   # Reference templates
  personal-automations/

Contributing

Workflows must be namespace-agnostic — do not include a namespace, version, or createdAt field. Those are injected at import time by the platform.

After adding a workflow file, add an entry to index.json to make it discoverable.

About

A repository to store public workflows for mediforce

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors