Sha256: 73aa33c5530514e3f92667e0b44cc2124fa1ce85a671677481b2c44534a83a73

Contents?: true

Size: 1.64 KB

Versions: 12

Compression:

Stored size: 1.64 KB

Contents

{
  "process_template": {
    "uuid": "3fab4b65-4a76-b9e7-fcbe-37fd1979a0ac",
    "title": "Test Parent Process",
    "source": null,
    "manager_class": "RailsWorkflow::ProcessManager",
    "process_class": "RailsWorkflow::Process",
    "type": "",
    "partial_name": null,
    "version": null,
    "tag": null,
//    "child_processes": [],
    "operations": [
      {
        "uuid": "a6a86e9a-bd3f-e5f5-b5bb-c8e1eeac427d",
        "title": "Start Operation",
        "source": null,
        "dependencies": [],
        "operation_class": "RailsWorkflow::Operation",
        "async": false,
        "assignment_id": null,
        "assignment_type": null,
        "kind": "default",
        "role": null,
        "group": null,
        "instruction": null,
        "is_background": true,
        "type": "",
        "partial_name": "",
        "version": null,
        "tag": null,
        "child_process": null
      },
      {
        "uuid": "06123b30-7bc6-ae77-7841-34099d076ec2",
        "title": "Start Child Process",
        "source": null,
        "dependencies": [
          {
            "statuses": [
              2
            ],
            "uuid": "a6a86e9a-bd3f-e5f5-b5bb-c8e1eeac427d"
          }
        ],
        "operation_class": "RailsWorkflow::Operation",
        "async": false,
        "assignment_id": null,
        "assignment_type": null,
        "kind": "default",
        "role": null,
        "group": null,
        "instruction": null,
        "is_background": true,
        "type": "",
        "partial_name": "",
        "version": null,
        "tag": null,
        "child_process": "632b761a-8a0c-cad2-fff4-39244169cf95"
      }
    ]
  }
}

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
rails_workflow-0.7.3 spec/support/jsons/broken_parent_process_template.json
rails_workflow-0.7.2 spec/support/jsons/broken_parent_process_template.json
rails_workflow-0.7.1 spec/support/jsons/broken_parent_process_template.json
rails_workflow-0.7.0 spec/support/jsons/broken_parent_process_template.json
rails_workflow-0.4.4 spec/support/jsons/broken_parent_process_template.json
rails_workflow-0.4.3 spec/support/jsons/broken_parent_process_template.json
rails_workflow-0.4.2 spec/support/jsons/broken_parent_process_template.json
rails_workflow-0.4.1 spec/support/jsons/broken_parent_process_template.json
rails_workflow-0.4.0 spec/support/jsons/broken_parent_process_template.json
rails_workflow-0.3.9 spec/support/jsons/broken_parent_process_template.json
rails_workflow-0.3.7 spec/support/jsons/broken_parent_process_template.json
rails_workflow-0.3.6 spec/support/jsons/broken_parent_process_template.json