-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathformat.html
36 lines (33 loc) · 1.39 KB
/
format.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
layout: default
title: WfFormat
permalink: /format
---
<!-- Main -->
<div id="main">
<article class="post">
<header>
<div class="title">
<h2><img src="/images/wfcommons-lgreen-leaf.png" alt=""/> WfFormat</h2>
<p>The WfCommons JSON Format</p>
</div>
</header>
<p>
WfCommons uses a <strong>common format</strong> for representing workflow execution instances and generated
synthetic workflows instances, so that workflow simulators and simulation frameworks (that provide support for
<span class="wfformat">WfFormat</span>) can use such instances interchangeably.
</p>
<p>
This common format uses a JSON specification available in the <a
href="https://github.com/wfcommons/wfformat" target="_blank">WfFormat GitHub</a>
repository. The schema GitHub repository provides detailed explanation of <span
class="wfformat">WfFormat</span> (including required fields), and a validator script for verifying the
compatibility of instances.
</p>
<p>
Below, is a visualization of the schema version <code>1.3</code>:
</p>
<iframe src="https://wfcommons.org/json-schema-viewer/basic.html#"
style="width: 100%; border: 0; min-height: 40em"></iframe>
</article>
</div>