You are here

log.workflows.yml in Log entity 2.x

File

log.workflows.yml
View source
  1. log_default:
  2. id: log_default
  3. group: log
  4. label: 'Default'
  5. states:
  6. pending:
  7. label: Pending
  8. done:
  9. label: Done
  10. transitions:
  11. done:
  12. label: 'Done'
  13. from: [pending]
  14. to: done
  15. to_pending:
  16. label: 'Move to Pending'
  17. from: [done]
  18. to: pending