Skip to main content
0 votes
2 answers
2k views

My app is running on amazon SWF and I want to be able to see all the logs of a specific request using an slf4j MDC. For some code flows I see the MDC in the logs, but for some they are missing, for ...
T.G.'s user avatar
  • 813
1 vote
1 answer
472 views

I am using CDK for deployment of SWF application. SWF workflow and activities are getting created when I start the worker. I am searching about how to create swf domain using CDK instead of creating ...
Gaurav's user avatar
  • 3,793
0 votes
1 answer
391 views

We have an existing workflow where we need to increase timeout for an activity (Start to Close) to enable an urgent processing. Do we require to do a version bump up on activity ?
voldegaur's user avatar
  • 334
0 votes
1 answer
53 views

I know from the documentation, that when a workflow worker gets a decision task, it executes the whole workflow with replay history by calling the method annotated with @Execute. I am trying to find ...
voldegaur's user avatar
  • 334
0 votes
1 answer
128 views

I am using @ExponentialRetry on the activity, but it is not retrying the activity. Here is my code in Intellij IDEA. This is my Activities interface @ExponentialRetry( initialRetryIntervalSeconds =...
Himanshu Aggarwal's user avatar
0 votes
1 answer
282 views

In AWS SWF, if the decider has failed some workflow executions due to SCHEDULE_TO_START timeout in activities, then how can we re-run them both using AWS console and in program? Is there any other ...
Ayushi Bansal's user avatar
3 votes
1 answer
390 views

I am struggling to find any documentation or examples of a cloudformation template for a SWF domain, workflow types and activity types.
Martin Lottering's user avatar
0 votes
1 answer
200 views

AWS documentation is not descriptive enough for figuring out the significance of PendingTasks metrics. refer : https://docs.aws.amazon.com/amazonswf/latest/developerguide/cw-metrics.html I wanted to ...
voldegaur's user avatar
  • 334
0 votes
1 answer
152 views

We have a usecase where we start a workflow (by invoking @Execute method) and the we schedule a timer for a subsequent activity. Now, this triggering of workflow is based on API call which can be ...
voldegaur's user avatar
  • 334
1 vote
1 answer
486 views

We have a flow where if some actions are not done by a certain time period, we want to fail the workflow, to use alarming mechanisms. For failing the workflow, I was initially thinking of just ...
voldegaur's user avatar
  • 334
0 votes
1 answer
44 views

We have a requirement where we have 2 separate workflows but there are few common activities between them. We want to save the effort of replicating the code in 2 places and maintain it separately for ...
voldegaur's user avatar
  • 334
1 vote
2 answers
372 views

I'm working through the SWF tutorial right now and trying to get GreeterActivitiesClient in GreeterWorkFlowImpl. I'm getting "Cannot resolve symbol" error for the Client and the ClientImpl. ...
ajjabajja's user avatar
1 vote
1 answer
102 views

We have a use case in SWF, where we want to segregate SWF workflow executions in different domains per calling clients. We want to reuse the workflow decider code and activity code across all domains ...
voldegaur's user avatar
  • 334
6 votes
1 answer
6k views

Step Functions now support callback features to support manual approval. I wanted to know how the task token is generated and if we can pass our own task token string so that we do not require to ...
voldegaur's user avatar
  • 334
0 votes
1 answer
233 views

We are using AWS SWF for our workflows where we need to schedule an activity based on cron expression. We are evaluating the Cron and using WorkflowClock for creating the timer. Wnated to get answers ...
voldegaur's user avatar
  • 334

15 30 50 per page
1
2 3 4 5
18