serverless-operations / serverless-operations/serverless-step-functions

activities issue with name

Open
#107 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

bug help wanted
Dominant language
JavaScript
Stars
1k
Forks
220
PR merge metrics
No merged PRs in 30d

Description

This is a (Bug Report / Feature Proposal)

how do i specify activities with profile something like

activities:
- myTask-${opt:stage, self:provider.stage}

This is the error am getting An error occurred: ApprovalsWorkflowMachineStepFunctionsStateMachine - Invalid State Machine Definition: 'SCHEMA_VALIDATION_FAILED at /WaitForUserDecisionState, SCHEMA_VALIDATION_FAILED at /WaitForUserDecisionState, SCHEMA_VALIDATION_FAILED at /WaitForUserDecisionState, MISSING_TRANSITION_TARGET at /' (Service: AWSStepFunctions; Status Code: 400; Error Code: InvalidDefinition; Request ID:).

Description

its throwing error when i do this
Pleas ehelp
For bug reports:

  • What went wrong?
  • What did you expect should have happened?
  • What was the config you used?
  • What stacktrace or error message from your provider did you see?

For feature proposals:

  • What is the use case that should be solved. The more detail you describe this in the easier it is to understand for us.
  • If there is additional config how would it look

Similar or dependent issues:

  • #12345

Additional Data

  • Serverless Framework Core Version you're using:
  • The Plugin Version you're using:
  • Operating System:
  • Stack Trace:
  • Provider Error messages:

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the reported activities configuration using the shown stage-variable expression and capture the generated AWS Step Functions definition. Compare the resulting definition with the validation errors at /WaitForUserDecisionState and the missing transition target. Done means determining whether this configuration is supported and documenting or correcting the issue with a reproducible case.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, javascript
Domain
cloud
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.