Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: serverlessworkflow/synapse
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0-alpha5.11
Choose a base ref
...
head repository: serverlessworkflow/synapse
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0-alpha5.12
Choose a head ref
  • 5 commits
  • 21 files changed
  • 2 contributors

Commits on Jan 23, 2025

  1. fix(Runner): Fixed the WorkflowDefinitionExtensions and `DoTaskDefi…

    …nitionExtensions` to rely on name to determine the next task, instead of relying of task record equality, which resulted in wrong resolution when the task had similar properties
    
    Fixes #485
    
    Signed-off-by: Charles d'Avernas <[email protected]>
    cdavernas committed Jan 23, 2025
    Configuration menu
    Copy the full SHA
    f8af3af View commit details
    Browse the repository at this point in the history
  2. Merge pull request #486 from serverlessworkflow/fix-next-task-resolution

    Fix the `WorkflowDefinitionExtensions` and `DoTaskDefinitionExtensions` to rely on name to determine the next task
    cdavernas authored Jan 23, 2025
    Configuration menu
    Copy the full SHA
    9a5fc4d View commit details
    Browse the repository at this point in the history
  3. fix(Runner): honor await property

    fixes #487
    
    Signed-off-by: Alexandru Georoceanu <[email protected]>
    toxik committed Jan 23, 2025
    Configuration menu
    Copy the full SHA
    b780dc1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #488 from toxik/fix/script-task

    Fix the `ScriptProcessExecutor` to honor the `await` property
    cdavernas authored Jan 23, 2025
    Configuration menu
    Copy the full SHA
    2e23c25 View commit details
    Browse the repository at this point in the history
  5. fix(Solution):: Updated project version to 1.0.0-alpha5.12

    Signed-off-by: Charles d'Avernas <[email protected]>
    cdavernas committed Jan 23, 2025
    Configuration menu
    Copy the full SHA
    3f219a6 View commit details
    Browse the repository at this point in the history
Loading