Skip to content

better operation ID semantics #19

Description

@derabbink

Currently, operations are identified by a Guid.
This includes operations submitted to a worker (Instruction, AsyncInstruction), as well as internmediate async operation results sent to the coordinator (Executor)

There needs to be a new type OperationId in DistrEx.Common that contains a Guid property. Later, other fields, such as the coordinator's ID could be added.
The new type needs to be serializable and equatable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions