Tasks without action/workflow should be handled by engine layer

Registered by Moshe Elisha

Tasks that do not have an "action" or "workflow" should be handled by engine layer and should not reach the executor layer.

---
version: "2.0"
generate_uuid_wf:
  tasks:
    generate_uuid_task:
      publish:
        uuid: <% uuid() %>

Open question:
1. Maybe an action execution should not be created at all?
2. Maybe the "type" of such task execution should be None (instead of ACTION or WORKFLOW).

renat: Answering your questions positively. The model currently allows to not have action executions (or workflow executions) for a task at all.

Blueprint information

Status:
Not started
Approver:
Renat Akhmerov
Priority:
Medium
Drafter:
Moshe Elisha
Direction:
Approved
Assignee:
None
Definition:
New
Series goal:
Accepted for stein
Implementation:
Not started
Milestone target:
None

Related branches

Sprints

Whiteboard

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.