andyren0110

Results 4 issues of andyren0110

**Describe the bug** A clear and concise description of what the bug is. **Details** Conductor version: HEAD@ https://github.com/Netflix/conductor/commit/f07dc36f08dcaf91cb40ea6ee211c840de5ac8f3 **To Reproduce** Steps to reproduce the behavior: 1. Clone the repo. 2....

type: bug

**Describe the bug** I don't know how to produce a minimum repro. But I used multi-gitter to make some changes in about 30 repos, and ran `yarn install`, and then...

bug

**Describe the bug** I ran multi-gitter once to create some PRs. Later I wanted to update the body of the PR by changing the value of -b but it does...

enhancement

If we look at how the Java SDK is implemented, ``` public boolean registerWorkflow(WorkflowDef workflowDef, boolean overwrite) { try { if (overwrite) { metadataClient.updateWorkflowDefs(Arrays.asList(workflowDef)); } else { metadataClient.registerWorkflowDef(workflowDef); } return...