Skip to content

Subset by tag #305

@Enchufa2

Description

@Enchufa2

Now that activities can be tagged, this could be possible:

> x <- trajectory() |>
>   timeout(1, tag="one") |>
>   timeout(2, tag="two") |>
>   timeout(3, tag="three")
> x["two"]
trajectory: anonymous, 1 activities
{ Activity: Timeout      | [two] delay: 2 }

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions