Thanks again.
However, my problem is not resolved quite yet…
After I create the fws, I try to manually add them to a Workflow before adding that to the launchpad:
wf
= Workflow([fw1, fw2, fw3, fw4, fw5], {fw1:fw2, fw2:fw3, fw3:fw4, fw4:fw5},
name=“single stochastic workflow”)
Hence why I need the unique ids now. I tried hard-coding fw_id in the yaml, but it didn’t take. Where should that go in the yaml? Is there a better way to do this?
Thanks,
Dan
···
On Friday, September 8, 2017 at 12:45:46 PM UTC-6, ajain wrote:
Negative ids will be reassigned when entered into the launchpad so dont worry about it
If you really want to set ids yourself add a fw_id key in your YAML but suggest that you use negative ids. Follow tutorials for examples this should already be documented
On Fri, Sep 8, 2017 at 11:34 AM Daniel Shaw [email protected] wrote:
This is a follow-on to the previous question I had today. I’m creating 5 fireworks from five different files. I’d like them to come back with unique IDs, but they all come back -1 (the call is Firework.from_file(filename)).
Is it possible to have these fireworks have different ids? How?
Thanks,
Dan
–
You received this message because you are subscribed to the Google Groups “fireworkflows” group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/fireworkflows.
To view this discussion on the web visit https://groups.google.com/d/msgid/fireworkflows/d69783db-f182-450d-b575-0b8cac47108e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
–
Best,
Anubhav