Elizabeth Esswein

Results 36 comments of Elizabeth Esswein

I commented here about some of the issues related to this: https://github.com/sartography/spiff-arena/issues/1973#issuecomment-2247888213 Prescript and postscript changes would fall into the second (dangerous category). They affect the semantics (for lack of...

Fixed in https://github.com/sartography/SpiffWorkflow/commit/8e000c0f52433a868742482da97abcd395d27dfc

This is expected -- once a task starts, it can't be migrated, and MI task has been started.

User, manual, etc tasks aren't started -- they're ready or waiting. The loop task actually should not work either. If it is in fact letting you migrate it, that is...

Yes, it should be the same. There is probably some inconsistency how they're serialized (the migration tool uses serialized versions to compare). I'll see if I can figure out why.

Thanks. That's very useful. Might actually be a parser issue (maybe they're never even parsed at all).

Turned out to be a serializer issue. This should be fixed by https://github.com/sartography/SpiffWorkflow/commit/c62a76d121567e6265e2bf3ae1b817be78f4f397

If we consider revamping how tasks and events are stored, we should consider relying on the event stream that @jbirddog and I are working on. If we considered this as...

This should work -- the raw text is stored on the task. The problem seems to be that the extensions don't get added in `to_dict`. The serializer adds them later....

This commit should ensure the extensions are available when the task is serialized: https://github.com/sartography/SpiffWorkflow/commit/c45ab5ec322081d0a6e3d785213260a03af9c820