Community

SFC DS-OL Reporting

Describes the SFC's Data Standards for Order Life Cycles (DS-OL) for reporting order-related lifecycle events

Revisions

1.0current
2019-07-01

How to use this Orchestra repository

See the Orchestra Gradle Plugin documentation to learn how to use this Orchestra repository in your project.

With the Orchestra Gradle Plugin you can:

If you already use the Orchestra Gradle Plugin, use the following snippet to create a derived repository based on SFC DS-OL Reporting:

orchestra {
  specification {
    markdown {
      reference(orchestraHub("community/sfc-dsol", version = "1.0"))
    }
  }
}