system.action.change_a_node_to_next_workflow_state.yml 510 B

123456789101112131415161718192021
  1. langcode: nl
  2. status: true
  3. dependencies:
  4. module:
  5. - action
  6. - node
  7. - workflow
  8. id: change_a_node_to_next_workflow_state
  9. label: 'Change a node to next Workflow state'
  10. type: node
  11. plugin: workflow_node_next_state_action
  12. configuration:
  13. label: 'Change a node to next Workflow state'
  14. id: change_a_node_to_next_workflow_state
  15. plugin: workflow_node_next_state_action
  16. type: node
  17. workflow_scheduling:
  18. scheduled: '0'
  19. comment: 'New state is set by a triggered Action.'
  20. force: 0
  21. actions: { }