temporalio / cli

Command-line interface for running Temporal Server and interacting with Workflows, Activities, Namespaces, and other parts of Temporal
https://docs.temporal.io/cli
MIT License
251 stars 36 forks source link

Support for WorkflowIdConflictPolicy #528

Open josh-berry opened 5 months ago

josh-berry commented 5 months ago

See https://github.com/temporalio/features/issues/437

stephanos commented 2 months ago

NOTE: Please don't forget SignalWithStart API.

yuandrew commented 2 days ago

@stephanos I am starting to look at this, I'm not seeing the CLI interact with any SignalWithStart API, can't find any references to SignalWithStart in the entire CLI codebase. Could I be missing something?

cretz commented 2 days ago

Signal with start needs to be in the CLI (https://github.com/temporalio/cli/issues/353), but until it's there, yeah this only applies to start (and maybe schedule, didn't check).