Skip to content

RENAME WORKFLOW not supported #466

@retran

Description

@retran

Summary

RENAME does not support workflow as a target type. Supported types: entity, microflow, nanoflow, page, enumeration, association, constant, java action. Workflow is absent.

Reproduction

SHOW WORKFLOWS;
-- BusinessProcesses.RepairBookIn exists
RENAME WORKFLOW BusinessProcesses.RepairBookIn TO RenamedRepair;
-- Parse error: no viable alternative at input 'RENAMEWORKFLOW'

Expected

RENAME WORKFLOW should work consistently with other document types.

Workaround

DROP + re-CREATE with new name (loses internal IDs and references).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions