pub type WorkflowStepAppCall = WorkflowStepAppCall;Expand description
Alias for pb::WorkflowStepAppCall.
Aliased Type§
pub struct WorkflowStepAppCall {
pub name: String,
pub operation: String,
pub input: Option<WorkflowValue>,
pub connection: String,
pub instance: String,
pub credential_mode: String,
}Fields§
§name: String§operation: String§input: Option<WorkflowValue>§connection: String§instance: String§credential_mode: String