-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
Using sketcher 2d offset tool, on setting the value of the offset I get a segmentati…
-
Potentially use FlexBE or SMACH or SMACC or anything else.
-
I have the code below
public StateMachine getRecomendacaoMachine(UUID uuid) {
var stateMachine = factory.getStateMachine(uuid);
stateMachine.start();
…
-
* validation
- [ ] Validate unreachable states
- [ ] Validate unused events
* code actions
- [ ] If a state name doesn't start with a capital letter, replace it with capitalized name (look…
-
## Description
Note: Bug occurs with the experimental library `@aws-cdk/aws-stepfunctions`
When creating a state machine with a nested workflow task, whose StateMachineArn is a dynamic value set u…
-
### Description
Add a StateMachine event source to s3 event notifications.
### Use Case
In order for an s3 event to hit the step function /state machine, you need to be able to set the event source…
-
### Describe the bug
Generally, states added to a state machine will grant all necessary policy permissions to the execution role of the state machine. When using the `DistributedMap` construct, howe…
-
It's really annoying to add more target states right now! All of the logic for them is repetitive and it makes it hard to create new target states. Implement the logic for the following:
```
publi…
-
**Background**:
- https://github.com/equinor/ert/issues/1691
- https://github.com/equinor/ert/issues/3401
The design of the ensemble evaluator state machine (aka. _snapshot_) is problematic:
…
-
### Discussed in https://github.com/orgs/micropython/discussions/11722
Originally posted by **fwblack** June 6, 2023
I'm trying to create a H Bridge signal generator. I'm using a regular PIC…