Reputation: 128
I have a step function (stateA) which run indefinitely and another stepfunction (stateB) whose execution typically last for around 2-3 days. Execution of stateB takes precedence over state A. I'm looking to run stateA from 12 AM to 12 PM and stateB for the remaining duration, How do I achieve that ?
Upvotes: -1
Views: 1364
Reputation: 1194
The APIs to programatically start and stop executions are StartExecution and StopExecution. I don't think that's what you're trying to ask though.
Upvotes: 0