workflow.yml 1.6 KB

1234567891011121314151617181920212223242526272829303132
  1. insertorupdate:
  2. workflow:
  3. -
  4. id: 1
  5. name: "olt_workflow"
  6. type: "state_machine"
  7. marking_type: "single_state"
  8. marking_name: "currentState"
  9. description: "WorkFlow Activo / Desactivo"
  10. 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"
  11. created: "2017-04-22 19:10:24"
  12. updated: "2017-04-22 19:48:32"
  13. tenancy_id: 1
  14. enable: 1
  15. support: "a:1:{i:0;s:21:\"FTTHBundle\\Entity\\OLT\";}"
  16. owner: 1
  17. used_by_default: 1
  18. -
  19. id: 2
  20. name: "onu_workflow"
  21. type: "state_machine"
  22. marking_type: "single_state"
  23. marking_name: "currentState"
  24. description: "ONU Workflow"
  25. 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"
  26. created: "2018-08-06 17:13:54"
  27. updated: "2019-03-28 13:34:30"
  28. tenancy_id: 1
  29. enable: 1
  30. support: "a:1:{i:0;s:21:\"FTTHBundle\\Entity\\ONU\";}"
  31. owner: 1
  32. used_by_default: 1