question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

`Flow.reference_tasks` should be a property

See original GitHub issue

We currently have a custom setter / getter for the reference_tasks of a flow, only difference is that

flow.reference_tasks() # <-- you have to call it

whereas, if we implemented it as a property with getters / setters, we could have

flow.reference_tasks

as valid.

Moreover, we could keep set_reference_tasks but

flow.reference_tasks = [t1, t2]

would also be valid syntax, equivalent (under the hood) to

flow.set_reference_tasks([t1, t2])

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:10 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
itsngansensecommented, Apr 15, 2019

@cicdw @jlowin i’m reopening this issue as i think it’s probably important information for users to see on the UI whether or not a task in a flow is a ‘reference task’ and i wasn’t able to get that from the graphQL query 😕

this would be interesting to also automatically tag these tasks with reference display tags when being created or added to a flow.

0reactions
jlowincommented, Apr 15, 2019

Let’s open in Cloud, this isn’t where this will get exposed.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Flow Reference Component
Flow Reference routes the Mule event to another flow or subflow, ... Open the Flow Reference properties and specify the flow you want...
Read more >
Flows
If the reference tasks are all successful (including any skipped tasks), the flow is considered a Success . If any reference tasks fail,...
Read more >
Shared Process Flow Properties
Shared Process Flow Properties. Introduction; Name; Font; Statistics; Max Wait Timer; Max Idle Timer; Executer / Task Sequence; Assign To; Label Assignment ...
Read more >
how to refer to and parse the Name property of a Data Flow ...
I would like to recycle the same Flat File Connection Manager within a given package which contains serveral different Data Flow Tasks.
Read more >
19 Working with Task Flow Activities
You can add most activities to both bounded and unbounded task flows, ... the Property Inspector, select Static from the Task Flow Reference...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found