123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123 |
- filter:
- label_id: Id
- label_name: Name
- label_description: Description
- label_template: Template
- label__action: Actions
- label_created: Created
- label_updated: Updated
- label_enable : Enable
- label_workflow_type : Workflow Type
- label_workflow_name : Workflow
- label_object_class : Class
- label_event : Event
- label_event_reference : Reference
- label_actions: Actions
- label_entity_class: Entity
- label_support: Supports
- label_event_name: Event
- label_used_by_default: Default
-
- breadcrumb:
- link_workflow_list: Workflow List
- link_workflow_create: Workflow Create
- link_workflow_delete: Workflow Delete
- link_action_list: Action List
- link_action_create: Action Create
- link_action_delete: Action Delete
-
- form:
- label_id: Id
- label_name: Name
- label_description: Description
- label_template: Template
- label__action: Action
- label_created: Created
- label_updated: Updated
- label_enable : Enable
- label_type : Workflow Type
- label_marking_type : Marking type
- label_marking_name : Marking Name
- label_workflow_type : Workflow Type
- label_workflow_name : Workflow
- label_object_class : Class
- label_event : Event
- label_event_reference : Reference
- label_actions: Actions
- label_entity_class: Entity
- label_support: Supports
- label_event_name: Event
- label_used_by_default: Default
-
- list:
- label_id: Id
- label_name: Name
- label_description: Description
- label_template: Template
- label__action: Actions
- label_created: Created
- label_updated: Updated
- label_enable : Enable
- label_type : Workflow Type
- label_marking_type : Marking Type
- label_marking_name : Marking Name
- label_workflow_type : Workflow Type
- label_workflow_name : Workflow
- label_object_class : Class
- label_event : Event
- label_event_reference : Reference
- label_actions: Actions
- label_entity_class: Entity
- label_support: Supports
- label_event_name: Event
- label_used_by_default: Default
-
- show:
- label_id: Id
- label_name: Name
- label_description: Description
- label_template: Template
- label__action: Actions
- label_created: Created
- label_updated: Updated
- label_enable : Enable
- label_type : Workflow Type
- label_marking_type : Marking Type
- label_marking_name : Marking Name
- label_workflow_type : Workflow Type
- label_workflow_name : Workflow
- label_object_class : Class
- label_event : Event
- label_event_reference : Reference
- label_actions: Actions
- label_entity_class: Entity
- label_support: Supports
- label_event_name: Event
- label_used_by_default: Default
-
- helps:
- workflow_label_name: Name which the Workflow will be identified. It will be converted to lowercase and spaces will be replaced by "_"
- workflow_label_type: "Workflow Type: state_machine or workflow"
- workflow_label_marking_type: "Marking Type: single_state or multiple_state"
- workflow_label_marking_name: "Marking Name, from the entity that will have the state, by default: currentState"
- workflow_label_template: "It only requires 'places', 'transitions' and optionally 'initial_place', the rest is completed from the fields requested above"
- action_label_name: Name which an Action will be identified
- action_label_workflow_type: Workflow Type.
- action_label_workflow_name: Workflow Name which it refers. Required if you select a Workflow event.
- action_label_object_class: Class which the Action will be linked. Required if you select a Doctrine event
- action_label_event: Event Type[leave|transition|enter|guard] which the Action will respond. It can also be a Doctrine event
- action_label_event_reference: State Name or transition that the Event performs. Required if you select a Workflow event
- action_label_template: Template in twig with the actions to be performed in said Action
- Workflow: Workflow
- Action: Action
- Class not found: Class not found
- Object not found: Object not found
- Undefined State: Undefined State
- Incorrect State: Incorrect State
- Undefined Workflow: Undefined workflow
- workflow_edit_create_alert: "To make the Template, keep in mind:"
- Workflow Documentation: Workflow Documentation
- YAML Documentation: YAML Documentation
- Actions Workflow: Actions
- flash_workflow_batch_success: The Action was executed success
- flash_workflow_batch_error: There was an error
|