Sha256: d8e45bebeb25669af829c8cc8a50d0500fc5ba15bc4852b4f36fabc34232681a

Contents?: true

Size: 1.02 KB

Versions: 4

Compression:

Stored size: 1.02 KB

Contents

<table class="table">
  <tr>
    <th>Id</th>
    <th>DeploymentId</th>
    <th>Category</th>
    <th>Description</th>
    <th>Key</th>
    <th>Version</th>
    <th>hasStartFormKey</th>
    <th>isSuspended</th>
    <th></th>
    <th></th>
  </tr>
  <% for process_definition in @process_definitions %>
    <tr>
      <td><%= process_definition.getId() %></td>
      <td><%= process_definition.getDeploymentId() %></td>
      <td><%= process_definition.getCategory() %></td>
      <td><%= process_definition.getDescription() %></td>
      <td><%= process_definition.getKey() %></td>
      <td><%= process_definition.getVersion() %></td>
      <td><%= process_definition.hasStartFormKey() %></td>
      <td><%= process_definition.isSuspended() %></td>
      <td><a href="<%= uri("/process_definitions/#{process_definition.getId()}") %>" class="btn">Show</a></td>
      <td><a href="<%= uri("/diagram-viewer/index.html?processDefinitionId=#{process_definition.getId()}") %>" class="btn">Show in Diagram Viewer</a></td>
    </tr>
  <% end %>
</table>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jruby_activiti-2.0.8 web/views/process_definitions/index.erb
jruby_activiti-2.0.7 web/views/process_definitions/index.erb
jruby_activiti-2.0.6 web/views/process_definitions/index.erb
jruby_activiti-2.0.5 web/views/process_definitions/index.erb