Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subtasks with name #54

Open
tomaszmichalak opened this issue Nov 4, 2019 · 1 comment · Fixed by #56
Open

Subtasks with name #54

tomaszmichalak opened this issue Nov 4, 2019 · 1 comment · Fixed by #56
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@tomaszmichalak
Copy link
Member

tomaszmichalak commented Nov 4, 2019

Is your feature request related to a problem? Please describe.
The current event log contains details about processed subtasks node in the form:

Alias Transition Node Log
A1 T1 L1
A2 T2 L2
"composite"

Describe the solution you'd like
I would like to name subtasks node:

node {
  factory = subtasks
  config {
    alias = subgraphA
    subtasks = [
      { 
        # subtask rootNodeDefinition
      },
      ...
    ]
  }
}

And in the event log see:

Alias Transition Node Log
A1 T1 L1
A2 T2 L2
"subgraphA"

Describe alternatives you've considered
Change log representation to graph.

@tomaszmichalak
Copy link
Member Author

To verify.

@tomaszmichalak tomaszmichalak added bug Something isn't working help wanted Extra attention is needed labels Mar 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant