trailblazer-activity icon indicating copy to clipboard operation
trailblazer-activity copied to clipboard

Model business workflows and run them.

Results 18 trailblazer-activity issues
Sort by recently updated
recently updated
newest added

This: ``` |-- # |-- find_model |-- Wrap/DocsWrapTest::HandleUnsafeProcess | |-- # | |-- update | |-- rehash | `-- # |-- Wrap/DocsWrapTest::HandleUnsafeProcess | |-- # | |-- update | |--...

`task Subprocess( SomethingWithFailureEnd)` doesn't crash.

I don't know how it could be done, yet, but the wiring error exception with anonymous classes is very hard to debug ```ruby Unrecognized Signal `#` returned from #. Registered...

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @​takost in actions/checkout#1436 Support fetching without the --progress option...

dependencies

In `Circuit#call`, a while loop that also doesn't `call` termini anymore improves from 1.23 to 1.55. ```ruby def call(args, start_task: @start_task, runner: Runner, **circuit_options) circuit_options = circuit_options.merge(runner: runner) # TODO:...

Hi there! I've got this error when running my app in production : ```sh NoMethodError: undefined method `[]' for nil (NoMethodError) outputs[signal] ^^^^^^^^ from trailblazer-activity (0.16.2) lib/trailblazer/activity/circuit.rb:80:in `next_for' from trailblazer-activity...