Uses of Class
io.gs2.cdk.stateMachine.integration.InParam
Packages that use InParam
-
Uses of InParam in io.gs2.cdk.stateMachine.integration
Methods in io.gs2.cdk.stateMachine.integration that return InParamModifier and TypeMethodDescriptionStateMachineDefinition.inParam(IVariable currentStateMachineVariable, IVariable subStateMachineVariable) Methods in io.gs2.cdk.stateMachine.integration with parameters of type InParamModifier and TypeMethodDescriptionStateMachineDefinition.subStateMachineTask(String name, String subStateMachineName, InParam[] inParams, OutParam[] outParams, String nextTaskName) Constructors in io.gs2.cdk.stateMachine.integration with parameters of type InParamModifierConstructorDescriptionSubStateMachineTask(String name, String subStateMachineName, InParam[] inParams, OutParam[] outParams)