Skip to content

Use consistent snake case method when adding a task and accessing task output properties#73

Merged
boma96 merged 1 commit into
masterfrom
fix/master/consistent-snake-case
Nov 25, 2022
Merged

Use consistent snake case method when adding a task and accessing task output properties#73
boma96 merged 1 commit into
masterfrom
fix/master/consistent-snake-case

Conversation

@boma96

@boma96 boma96 commented Nov 25, 2022

Copy link
Copy Markdown
Collaborator

This PR fixes bug when certain strings are used as task property names. It results in the inconsistent generation of task reference name in different contexts hence workflow deployment errors are possible.

Example:
AddTask(wf => Test1cWorkflow,... => taskReferenceName: "test1c_workflow"
wf.Test1cWorkflow.Output.Property => test1_c_workflow.output.property

@ognjenkatic This shouldn't break any existing code.

@boma96 boma96 requested a review from ognjenkatic November 25, 2022 10:55
@boma96 boma96 changed the title Use consistent snake case when adding a task and accessing task output properties Use consistent snake case method when adding a task and accessing task output properties Nov 25, 2022
@boma96 boma96 merged commit 480e5b0 into master Nov 25, 2022
@boma96 boma96 deleted the fix/master/consistent-snake-case branch November 25, 2022 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants