You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To simplify installation, the state machine should be defined as part of the terraform module (https://github.com/podaac/bignbit/tree/develop/terraform). Then, when installed into a cumulus environment, the cumulus workflow would invoke the state machine from the terraform module as opposed to defining each step in the workflow.
Currently the state machine is defined externally to the terraform module: https://github.com/podaac/bignbit/blob/develop/examples/cumulus-tf/step.tf
To simplify installation, the state machine should be defined as part of the terraform module (https://github.com/podaac/bignbit/tree/develop/terraform). Then, when installed into a cumulus environment, the cumulus workflow would invoke the state machine from the terraform module as opposed to defining each step in the workflow.
There's some documentation on how to call a workflow from a workflow on AWS: https://docs.aws.amazon.com/step-functions/latest/dg/sample-start-workflow.html
The text was updated successfully, but these errors were encountered: