step element
Type: | step |
Namespace: | (default namespace) |
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<step>
<id>...</id>
<type>...</type>
<status>...</status>
<executeRoute>...</executeRoute>
<precedingStep>...</precedingStep>
<metadata>
<links />
</metadata>
</step>
Example JSON
{
"id" : "...",
"type" : "...",
"status" : "...",
"executeRoute" : "...",
"precedingStep" : "...",
"metadata" : {
"links" : {
}
}
}