microsoft / microsoft/process-migrator

Migrator does not migrate states in the same order

Open
#56 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
113
Forks
61
PR merge metrics
No merged PRs in 30d

Description

When the process migration finished, it did migrate all the states correctly but the order is not correct.

If we have the states A, C, B (in the given order), after the migration it will become A, B and C.

Solution:
The states order should be the same (values and order) as the source. AKA: A, C, B

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Trace the migration handling for process states and compare the source state sequence with the generated sequence. Verify the result with an input ordered A, C, B; the work is done when migration preserves both state values and their original order.

Written by the indexing model from the issue text.

Assessment

Tech stack
nodejs, typescript
Domain
tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.