Metadata

Distro Index Owner:
eea
Home Page:
eea.progress.workflow
License
GPL version 2
Version:
3.0
Last updated:
2022-03-11
Keywords:
EEA Add-ons Plone Zope

eea.progress.workflow

Files

Indexes

Workflow progress RestAPI

eea.progress.workflow

Develop Master

A Plone add-on that expose workflow progress via RestAPI

Main features

  1. RestAPI workflow progress:

    $ curl -H 'Accept: application/json' --user admin:admin -i http://localhost:8080/Plone/a-page/@workflow.progress
    
    or
    
    $ curl -H 'Accept: application/json' --user admin:admin -i http://localhost:8080/Plone/a-page?expand=workflow.progress
    

Install

Plone versions

It has been developed and tested for Plone 4 and 5. See buildouts section above.

Funding

EEA - European Environment Agency (EU)

Changelog

3.0 - (2022-03-11)

  • Feature: Generic Profile Export / Import Workflow progress [avoinea refs #145772]

2.3 - (2021-12-16)

  • Change: Fix package classifiers and python_requires [avoinea]

2.2 - (2021-12-08)

  • Feature: Add transitions to @workflow.progress RestAPI endpoint [avoinea refs #124587]

2.1 - (2021-06-11)

  • Change: Merge #134214 [Petchesi-Iulian]

2.0 - (2020-12-04)

  • Change: Guess Progress: 25 50 75 100 and minProgress -1 [avoinea refs #124586]

1.1 - (2020-11-26)

  • Bug fix: Could not adapt Document to IWorkflowProgress [@avoinea refs #124586]

1.0 - (2020-11-25)

  • Expose workflow progress via RestAPI [@avoinea refs #124586]