|
@@ -0,0 +1,30 @@
|
|
|
+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
|
|
|
+ -
|
|
|
+ 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\ntransitions:\r\n add_config:\r\n from: active\r\n to: active\r\n disable:\r\n from: active\r\n to: disable\r\n active:\r\n from: disable\r\n to: active"
|
|
|
+ created: "2017-04-27 11:35:07"
|
|
|
+ updated: "2017-04-27 20:01:43"
|
|
|
+ tenancy_id: 1
|
|
|
+ enable: 1
|
|
|
+ support: "a:1:{i:0;s:21:\"FTTHBundle\\Entity\\ONU\";}"
|
|
|
+ owner: 1
|