RackHD/on-http

View on GitHub
data/views/workflowTasks.2.0.json

Summary

Maintainability
Test Coverage
{
    <% if (friendlyName !== null) { %>
    "friendlyName": "<%=friendlyName%>",
    <% }%>
    <% if (injectableName !== null ) { %>
    "injectableName": "<%=injectableName%>",
    <% }%>
    <% if (implementsTask !== null) { %>
    "implementsTask" : "<%=implementsTask%>",
    <% }%>
    <% if (hasOwnProperty("schemaRef")) { %>
    "schemaRef" : "<%=schemaRef%>",
    <% }%>
    <% if (options !== null) { %>
    "options": <%- JSON.stringify(options) %>,
    <% } else  {%>
    "options": {},
    <% } %>
    <% if (properties !== null) { %>
    "properties": <%- JSON.stringify(properties) %>
    <% } else  {%>
    "properties": {}
    <% } %>

}