1234567891011121314151617181920212223242526272829303132 |
- insertorupdate:
- workflow:
- -
- id: 1
- name: "olt_workflow"
- type: "state_machine"
- marking_type: "single_state"
- marking_name: "currentState"
- description: "WorkFlow Activo / Desactivo"
- template: "initial_place: disabled\r\nplaces:\r\n - enabled\r\n - disabled\r\ntransitions:\r\n disable:\r\n from: enabled\r\n to: disabled\r\n enable:\r\n from: disabled\r\n to: enabled"
- created: "2017-04-22 19:10:24"
- updated: "2017-04-22 19:48:32"
- tenancy_id: 1
- enable: 1
- support: "a:1:{i:0;s:21:\"FTTHBundle\\Entity\\OLT\";}"
- owner: 1
- used_by_default: 1
- -
- id: 2
- name: "onu_workflow"
- type: "state_machine"
- marking_type: "single_state"
- marking_name: "currentState"
- description: "ONU Workflow"
- template: "initial_place: active\r\nplaces:\r\n - active\r\n - disable\r\n - deleted\r\ntransitions:\r\n disable_active:\r\n from: disable\r\n to: active\r\n disable_deleted:\r\n from: disable\r\n to: deleted\r\n config:\r\n from: active\r\n to: active\r\n active_disable:\r\n from: active\r\n to: disable\r\n active_deleted:\r\n from: active\r\n to: deleted\r\n deleted_active:\r\n from: deleted\r\n to: active"
- created: "2018-08-06 17:13:54"
- updated: "2019-03-28 13:34:30"
- tenancy_id: 1
- enable: 1
- support: "a:1:{i:0;s:21:\"FTTHBundle\\Entity\\ONU\";}"
- owner: 1
- used_by_default: 1
|