-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
questionFlag this as a question for the next Cylc project meeting.Flag this as a question for the next Cylc project meeting.
Milestone
Description
https://cylc.discourse.group/t/service-contact-file-keeps-getting-deleted/1164/8
Full-format IDs, which include the user name, aren't used much yet, but are logged by the UI Server.
Unfortunately they look confusingly like the full file path of the workflow with a bit missing:
~user/my-workflow/run1 # full-format ID of workflow
~user/cylc-run/my-workflow/run1 # full path of worklfow
To avoid confusion, should we:
- use
~user/cylc-run
as the username part of the ID? - change ID format a bit, e.g.
~user:workflow-id
? - just change the logging?
Metadata
Metadata
Assignees
Labels
questionFlag this as a question for the next Cylc project meeting.Flag this as a question for the next Cylc project meeting.