Questions tagged with Amazon Simple Workflow (Amazon SWF)

Content language: English

Select up to 5 tags to filter
Sort by most recent

Browse through the questions and answers listed below or filter and sort to narrow down your results.

I was wondering where all of the SWF examples and tutorials have gone? As of right now, the documentation only has a Ruby example and the "Getting Started" project is no longer there. Nobody seems...
2
answers
0
votes
81
views
DTorre
asked 24 days ago
We are using Java Flow framework for swf workflow and activities. The current workflow will execute two activities, now we will need to register a new activity, and update the workflow implementation...
0
answers
0
votes
130
views
asked a year ago
Hi, Our team in Amazon, uses a CloudWatch metric that tracks all active/pending/scheduled SWF workflows. The metric has been working fine since last year and was accurately able to track ongoing SWF...
1
answers
0
votes
316
views
asked 2 years ago
1)I have 150 ETL jobs need to be moved from on-premise to AWS cloud. What is the best way to schedule them in AWS? AWS batch or SWF or STEP function or any other service? Which tool/service has all...
2
answers
0
votes
4944
views
asked 2 years ago
I know there's a major outage going on in us-east-1 right now, per https://status.aws.amazon.com/. The notice at the top of the page says "Services impacted include: EC2, Connect, DynamoDB, Glue,...
1
answers
1
votes
374
views
asked 3 years ago
Hi, We currently have long running processes/jobs that are being executed via workflows. A workflow implementation calls the jobs to run. The call and the job runs asynchronously. By default, we...
4
answers
0
votes
587
views
asked 3 years ago
Hello, We have hit the limit "Maximum workflow and activity types" Although we can still register activities in other domains, switching domains is too complicated in out case because the domain...
1
answers
0
votes
283
views
Alex2
asked 5 years ago
Hello, I would like to wait on a list of promises, but the list is dynamically updated (items are added to) by a signal handler. I tried two approaches - @Wait in the function and waiting on...
1
answers
0
votes
310
views
Alex2
asked 5 years ago
Hello We are designing a long-running workflow. We have a "parent" workflow that only does setting up and cleanup, the majority of work is done in child WF. Complete task may run for up to...
11
answers
0
votes
415
views
Alex2
asked 5 years ago
As there is 32K limit on activity result I see activities just timing out when result is larger while it is OK for normal cases, in case when activity is throwing an exception I cannot see the error...
4
answers
0
votes
258
views
Alex2
asked 5 years ago
  • 1
  • 12 / page